Html Css Color HEX #55164E Palatinate Purple

📋 copy color: '#55164E'

red 85 ◦ green 22 ◦ blue 78

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

Shades of Palatinate Purple #55164E

Tints of Palatinate Purple #55164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 42.16%

R = 45.95%
G = 11.89%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55164E (or 0x55164E) is known color: Palatinate Purple. HEX triplet: 55, 16 and 4E. RGB value is (85,22,78). Sum of RGB (Red+Green+Blue) = 85+22+78=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55164E is #AAE9B1. Grayscale: #2F2F2F. Windows color (decimal): -11200946 or 5117525. OLE color: 5117525.

HSL color Cylindrical-coordinate representation of color #55164E: hue angle of 306.67º 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 #55164E is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 22 78 -
CMYK 0 0.74 0.08 0.67
HSL 306.67º 0.59% 0.21% -
HSV(B) 306.67º 0.74% 0.33% -
XYZ 5.41 3.06 7.51 -
YUV 47.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 85 22 78 0 0.74 0.08 0.67 306.67 0.59 0.21
Hex 55 16 4E 0 4A 8 43 133 3B 15
Octal 125 26 116 0 112 10 103 463 73 25
Binary 1010101 10110 1001110 0 1001010 1000 1000011 100110011 111011 10101

Color Harmonies of #55164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55164E

Black with #55164E

Text Example


Text Example

White with #55164E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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