Html Css Color HEX #57124F Palatinate Purple

📋 copy color: '#57124F'

red 87 ◦ green 18 ◦ blue 79

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

Shades of Palatinate Purple #57124F

Tints of Palatinate Purple #57124F

RGB

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

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

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

R = 47.28%
G = 9.78%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57124F (or 0x57124F) is known color: Palatinate Purple. HEX triplet: 57, 12 and 4F. RGB value is (87,18,79). Sum of RGB (Red+Green+Blue) = 87+18+79=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57124F is #A8EDB0. Grayscale: #2D2D2D. Windows color (decimal): -11070897 or 5182039. OLE color: 5182039.

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

Color convert

RGB 87 18 79 -
CMYK 0 0.79 0.09 0.66
HSL 306.96º 0.66% 0.21% -
HSV(B) 306.96º 0.79% 0.34% -
XYZ 5.56 3.02 7.69 -
YUV 45.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 87 18 79 0 0.79 0.09 0.66 306.96 0.66 0.21
Hex 57 12 4F 0 4F 9 42 133 42 15
Octal 127 22 117 0 117 11 102 463 102 25
Binary 1010111 10010 1001111 0 1001111 1001 1000010 100110011 1000010 10101

Color Harmonies of #57124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57124F

Black with #57124F

Text Example


Text Example

White with #57124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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