Html Css Color HEX #55184F Palatinate Purple

📋 copy color: '#55184F'

red 85 ◦ green 24 ◦ blue 79

#55184F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #55184F

Tints of Palatinate Purple #55184F

RGB

 RED value IS 85 (33.59% from 255) = 45.21%

 GREEN value IS 24 (9.77% from 255) = 12.77%

 BLUE value IS 79 (31.25% from 255) = 42.02%

R = 45.21%
G = 12.77%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55184F (or 0x55184F) is known color: Palatinate Purple. HEX triplet: 55, 18 and 4F. RGB value is (85,24,79). Sum of RGB (Red+Green+Blue) = 85+24+79=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #55184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55184F is #AAE7B0. Grayscale: #303030. Windows color (decimal): -11200433 or 5183573. OLE color: 5183573.

HSL color Cylindrical-coordinate representation of color #55184F: hue angle of 305.9º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55184F is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 79 -
CMYK 0 0.72 0.07 0.67
HSL 305.9º 0.56% 0.21% -
HSV(B) 305.9º 0.72% 0.33% -
XYZ 5.48 3.15 7.72 -
YUV 48.51 145.21 154.03 -
System Red Green Blue C M Y K H S L
Decimal 85 24 79 0 0.72 0.07 0.67 305.9 0.56 0.21
Hex 55 18 4F 0 48 7 43 132 38 15
Octal 125 30 117 0 110 7 103 462 70 25
Binary 1010101 11000 1001111 0 1001000 111 1000011 100110010 111000 10101

Color Harmonies of #55184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55184F

Black with #55184F

Text Example


Text Example

White with #55184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55184F; }

 p { color: rgb(85,24,79); }

 H1.HeaderClassName
 {
   color: #55184F;
 }
 .AnyTagClassName
 {
   color: #55184F;
 }
</style>

background-color css

<style>
 a { background-color: #55184F; }

 a { background-color: rgb(85,24,79); }

 div.DivClassName
 {
   background-color: #55184F;
 }
 .BgClassName
 {
   background-color: #55184F;
 }
</style>

border-color css

<style>
 span { border-color: #55184F; }

 span { border-color: rgb(85,24,79); }

 td.TdClassName
 {
   border-color: #55184F;
 }
 .TagClassName
 {
   border-color: #55184F;
 }
</style>