Html Css Color HEX #55164F Palatinate Purple

📋 copy color: '#55164F'

red 85 ◦ green 22 ◦ blue 79

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

Shades of Palatinate Purple #55164F

Tints of Palatinate Purple #55164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.83%

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

R = 45.7%
G = 11.83%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55164F (or 0x55164F) is known color: Palatinate Purple. HEX triplet: 55, 16 and 4F. RGB value is (85,22,79). Sum of RGB (Red+Green+Blue) = 85+22+79=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55164F is #AAE9B0. Grayscale: #2F2F2F. Windows color (decimal): -11200945 or 5183061. OLE color: 5183061.

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

Color convert

RGB 85 22 79 -
CMYK 0 0.74 0.07 0.67
HSL 305.71º 0.59% 0.21% -
HSV(B) 305.71º 0.74% 0.33% -
XYZ 5.44 3.07 7.7 -
YUV 47.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 85 22 79 0 0.74 0.07 0.67 305.71 0.59 0.21
Hex 55 16 4F 0 4A 7 43 132 3B 15
Octal 125 26 117 0 112 7 103 462 73 25
Binary 1010101 10110 1001111 0 1001010 111 1000011 100110010 111011 10101

Color Harmonies of #55164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55164F

Black with #55164F

Text Example


Text Example

White with #55164F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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