Html Css Color HEX #57114D Palatinate Purple

📋 copy color: '#57114D'

red 87 ◦ green 17 ◦ blue 77

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

Shades of Palatinate Purple #57114D

Tints of Palatinate Purple #57114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.54%

R = 48.07%
G = 9.39%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57114D (or 0x57114D) is known color: Palatinate Purple. HEX triplet: 57, 11 and 4D. RGB value is (87,17,77). Sum of RGB (Red+Green+Blue) = 87+17+77=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57114D is #A8EEB2. Grayscale: #2C2C2C. Windows color (decimal): -11071155 or 5050711. OLE color: 5050711.

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

Color convert

RGB 87 17 77 -
CMYK 0 0.80 0.11 0.66
HSL 308.57º 0.67% 0.2% -
HSV(B) 308.57º 0.8% 0.34% -
XYZ 5.47 2.96 7.3 -
YUV 44.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 87 17 77 0 0.80 0.11 0.66 308.57 0.67 0.2
Hex 57 11 4D 0 50 B 42 135 43 14
Octal 127 21 115 0 120 13 102 465 103 24
Binary 1010111 10001 1001101 0 1010000 1011 1000010 100110101 1000011 10100

Color Harmonies of #57114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57114D

Black with #57114D

Text Example


Text Example

White with #57114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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