Html Css Color HEX #570E51 Palatinate Purple

📋 copy color: '#570E51'

red 87 ◦ green 14 ◦ blue 81

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

Shades of Palatinate Purple #570E51

Tints of Palatinate Purple #570E51

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.69%

 BLUE value IS 81 (32.03% from 255) = 44.51%

R = 47.8%
G = 7.69%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#570E51 (or 0x570E51) is known color: Palatinate Purple. HEX triplet: 57, 0E and 51. RGB value is (87,14,81). Sum of RGB (Red+Green+Blue) = 87+14+81=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #570E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570E51 is #A8F1AE. Grayscale: #2B2B2B. Windows color (decimal): -11071919 or 5312087. OLE color: 5312087.

HSL color Cylindrical-coordinate representation of color #570E51: hue angle of 304.93º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E51 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 14 81 -
CMYK 0 0.84 0.07 0.66
HSL 304.93º 0.72% 0.2% -
HSV(B) 304.93º 0.84% 0.34% -
XYZ 5.57 2.93 8.06 -
YUV 43.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 87 14 81 0 0.84 0.07 0.66 304.93 0.72 0.2
Hex 57 E 51 0 54 7 42 131 48 14
Octal 127 16 121 0 124 7 102 461 110 24
Binary 1010111 1110 1010001 0 1010100 111 1000010 100110001 1001000 10100

Color Harmonies of #570E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E51

Black with #570E51

Text Example


Text Example

White with #570E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570E51; }

 p { color: rgb(87,14,81); }

 H1.HeaderClassName
 {
   color: #570E51;
 }
 .AnyTagClassName
 {
   color: #570E51;
 }
</style>

background-color css

<style>
 a { background-color: #570E51; }

 a { background-color: rgb(87,14,81); }

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

border-color css

<style>
 span { border-color: #570E51; }

 span { border-color: rgb(87,14,81); }

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