Html Css Color HEX #57114E Palatinate Purple

📋 copy color: '#57114E'

red 87 ◦ green 17 ◦ blue 78

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

Shades of Palatinate Purple #57114E

Tints of Palatinate Purple #57114E

RGB

 RED value IS 87 (34.38% from 255) = 47.8%

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

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

R = 47.8%
G = 9.34%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57114E (or 0x57114E) is known color: Palatinate Purple. HEX triplet: 57, 11 and 4E. RGB value is (87,17,78). Sum of RGB (Red+Green+Blue) = 87+17+78=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57114E is #A8EEB1. Grayscale: #2C2C2C. Windows color (decimal): -11071154 or 5116247. OLE color: 5116247.

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

Color convert

RGB 87 17 78 -
CMYK 0 0.80 0.10 0.66
HSL 307.71º 0.67% 0.2% -
HSV(B) 307.71º 0.8% 0.34% -
XYZ 5.51 2.98 7.49 -
YUV 44.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 87 17 78 0 0.80 0.10 0.66 307.71 0.67 0.2
Hex 57 11 4E 0 50 A 42 134 43 14
Octal 127 21 116 0 120 12 102 464 103 24
Binary 1010111 10001 1001110 0 1010000 1010 1000010 100110100 1000011 10100

Color Harmonies of #57114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57114E

Black with #57114E

Text Example


Text Example

White with #57114E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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