Html Css Color HEX #57124D Palatinate Purple

📋 copy color: '#57124D'

red 87 ◦ green 18 ◦ blue 77

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

Shades of Palatinate Purple #57124D

Tints of Palatinate Purple #57124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 47.8%
G = 9.89%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57124D (or 0x57124D) is known color: Palatinate Purple. HEX triplet: 57, 12 and 4D. RGB value is (87,18,77). Sum of RGB (Red+Green+Blue) = 87+18+77=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57124D is #A8EDB2. Grayscale: #2D2D2D. Windows color (decimal): -11070899 or 5050967. OLE color: 5050967.

HSL color Cylindrical-coordinate representation of color #57124D: hue angle of 308.7º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57124D is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 77 -
CMYK 0 0.79 0.11 0.66
HSL 308.7º 0.66% 0.21% -
HSV(B) 308.7º 0.79% 0.34% -
XYZ 5.49 2.99 7.31 -
YUV 45.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 87 18 77 0 0.79 0.11 0.66 308.7 0.66 0.21
Hex 57 12 4D 0 4F B 42 135 42 15
Octal 127 22 115 0 117 13 102 465 102 25
Binary 1010111 10010 1001101 0 1001111 1011 1000010 100110101 1000010 10101

Color Harmonies of #57124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57124D

Black with #57124D

Text Example


Text Example

White with #57124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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