Html Css Color HEX #55114E Palatinate Purple

📋 copy color: '#55114E'

red 85 ◦ green 17 ◦ blue 78

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

Shades of Palatinate Purple #55114E

Tints of Palatinate Purple #55114E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 47.22%
G = 9.44%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55114E (or 0x55114E) is known color: Palatinate Purple. HEX triplet: 55, 11 and 4E. RGB value is (85,17,78). Sum of RGB (Red+Green+Blue) = 85+17+78=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55114E is #AAEEB1. Grayscale: #2C2C2C. Windows color (decimal): -11202226 or 5116245. OLE color: 5116245.

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

Color convert

RGB 85 17 78 -
CMYK 0 0.80 0.08 0.67
HSL 306.18º 0.67% 0.2% -
HSV(B) 306.18º 0.8% 0.33% -
XYZ 5.32 2.88 7.48 -
YUV 44.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 85 17 78 0 0.80 0.08 0.67 306.18 0.67 0.2
Hex 55 11 4E 0 50 8 43 132 43 14
Octal 125 21 116 0 120 10 103 462 103 24
Binary 1010101 10001 1001110 0 1010000 1000 1000011 100110010 1000011 10100

Color Harmonies of #55114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55114E

Black with #55114E

Text Example


Text Example

White with #55114E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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