Html Css Color HEX #55134E Palatinate Purple

📋 copy color: '#55134E'

red 85 ◦ green 19 ◦ blue 78

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

Shades of Palatinate Purple #55134E

Tints of Palatinate Purple #55134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

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

R = 46.7%
G = 10.44%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55134E (or 0x55134E) is known color: Palatinate Purple. HEX triplet: 55, 13 and 4E. RGB value is (85,19,78). Sum of RGB (Red+Green+Blue) = 85+19+78=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55134E is #AAECB1. Grayscale: #2D2D2D. Windows color (decimal): -11201714 or 5116757. OLE color: 5116757.

HSL color Cylindrical-coordinate representation of color #55134E: hue angle of 306.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55134E is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 78 -
CMYK 0 0.78 0.08 0.67
HSL 306.36º 0.63% 0.2% -
HSV(B) 306.36º 0.78% 0.33% -
XYZ 5.35 2.95 7.49 -
YUV 45.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 85 19 78 0 0.78 0.08 0.67 306.36 0.63 0.2
Hex 55 13 4E 0 4E 8 43 132 3F 14
Octal 125 23 116 0 116 10 103 462 77 24
Binary 1010101 10011 1001110 0 1001110 1000 1000011 100110010 111111 10100

Color Harmonies of #55134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55134E

Black with #55134E

Text Example


Text Example

White with #55134E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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