Html Css Color HEX #572054 Palatinate Purple

📋 copy color: '#572054'

red 87 ◦ green 32 ◦ blue 84

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

Shades of Palatinate Purple #572054

Tints of Palatinate Purple #572054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 42.86%
G = 15.76%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#572054 (or 0x572054) is known color: Palatinate Purple. HEX triplet: 57, 20 and 54. RGB value is (87,32,84). Sum of RGB (Red+Green+Blue) = 87+32+84=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #572054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572054 is #A8DFAB. Grayscale: #363636. Windows color (decimal): -11067308 or 5513303. OLE color: 5513303.

HSL color Cylindrical-coordinate representation of color #572054: hue angle of 303.27º 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 #572054 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 84 -
CMYK 0 0.63 0.03 0.66
HSL 303.27º 0.46% 0.23% -
HSV(B) 303.27º 0.63% 0.34% -
XYZ 6.05 3.7 8.78 -
YUV 54.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 87 32 84 0 0.63 0.03 0.66 303.27 0.46 0.23
Hex 57 20 54 0 3F 3 42 12F 2E 17
Octal 127 40 124 0 77 3 102 457 56 27
Binary 1010111 100000 1010100 0 111111 11 1000010 100101111 101110 10111

Color Harmonies of #572054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572054

Black with #572054

Text Example


Text Example

White with #572054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572054; }

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

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

background-color css

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

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

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

border-color css

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

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

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