Html Css Color HEX #57114F Palatinate Purple

📋 copy color: '#57114F'

red 87 ◦ green 17 ◦ blue 79

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

Shades of Palatinate Purple #57114F

Tints of Palatinate Purple #57114F

RGB

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

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

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

R = 47.54%
G = 9.29%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57114F (or 0x57114F) is known color: Palatinate Purple. HEX triplet: 57, 11 and 4F. RGB value is (87,17,79). Sum of RGB (Red+Green+Blue) = 87+17+79=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57114F is #A8EEB0. Grayscale: #2C2C2C. Windows color (decimal): -11071153 or 5181783. OLE color: 5181783.

HSL color Cylindrical-coordinate representation of color #57114F: hue angle of 306.86º 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 #57114F is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 79 -
CMYK 0 0.80 0.09 0.66
HSL 306.86º 0.67% 0.2% -
HSV(B) 306.86º 0.8% 0.34% -
XYZ 5.54 2.99 7.68 -
YUV 45 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 87 17 79 0 0.80 0.09 0.66 306.86 0.67 0.2
Hex 57 11 4F 0 50 9 42 133 43 14
Octal 127 21 117 0 120 11 102 463 103 24
Binary 1010111 10001 1001111 0 1010000 1001 1000010 100110011 1000011 10100

Color Harmonies of #57114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57114F

Black with #57114F

Text Example


Text Example

White with #57114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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