Html Css Color HEX #571851 Palatinate Purple

📋 copy color: '#571851'

red 87 ◦ green 24 ◦ blue 81

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

Shades of Palatinate Purple #571851

Tints of Palatinate Purple #571851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

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

R = 45.31%
G = 12.5%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#571851 (or 0x571851) is known color: Palatinate Purple. HEX triplet: 57, 18 and 51. RGB value is (87,24,81). Sum of RGB (Red+Green+Blue) = 87+24+81=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #571851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571851 is #A8E7AE. Grayscale: #313131. Windows color (decimal): -11069359 or 5314647. OLE color: 5314647.

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

Color convert

RGB 87 24 81 -
CMYK 0 0.72 0.07 0.66
HSL 305.71º 0.57% 0.22% -
HSV(B) 305.71º 0.72% 0.34% -
XYZ 5.74 3.27 8.11 -
YUV 49.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 87 24 81 0 0.72 0.07 0.66 305.71 0.57 0.22
Hex 57 18 51 0 48 7 42 132 39 16
Octal 127 30 121 0 110 7 102 462 71 26
Binary 1010111 11000 1010001 0 1001000 111 1000010 100110010 111001 10110

Color Harmonies of #571851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571851

Black with #571851

Text Example


Text Example

White with #571851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571851; }

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

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

background-color css

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

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

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

border-color css

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

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

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