Html Css Color HEX #572051 Palatinate Purple

📋 copy color: '#572051'

red 87 ◦ green 32 ◦ blue 81

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

Shades of Palatinate Purple #572051

Tints of Palatinate Purple #572051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 43.5%
G = 16%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#572051 (or 0x572051) is known color: Palatinate Purple. HEX triplet: 57, 20 and 51. RGB value is (87,32,81). Sum of RGB (Red+Green+Blue) = 87+32+81=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #572051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572051 is #A8DFAE. Grayscale: #353535. Windows color (decimal): -11067311 or 5316695. OLE color: 5316695.

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

Color convert

RGB 87 32 81 -
CMYK 0 0.63 0.07 0.66
HSL 306.55º 0.46% 0.23% -
HSV(B) 306.55º 0.63% 0.34% -
XYZ 5.93 3.65 8.18 -
YUV 54.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 87 32 81 0 0.63 0.07 0.66 306.55 0.46 0.23
Hex 57 20 51 0 3F 7 42 133 2E 17
Octal 127 40 121 0 77 7 102 463 56 27
Binary 1010111 100000 1010001 0 111111 111 1000010 100110011 101110 10111

Color Harmonies of #572051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572051

Black with #572051

Text Example


Text Example

White with #572051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572051; }

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

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

background-color css

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

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

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

border-color css

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

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

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