Html Css Color HEX #572053 Palatinate Purple

📋 copy color: '#572053'

red 87 ◦ green 32 ◦ blue 83

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

Shades of Palatinate Purple #572053

Tints of Palatinate Purple #572053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.09%

R = 43.07%
G = 15.84%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#572053 (or 0x572053) is known color: Palatinate Purple. HEX triplet: 57, 20 and 53. RGB value is (87,32,83). Sum of RGB (Red+Green+Blue) = 87+32+83=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #572053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572053 is #A8DFAC. Grayscale: #363636. Windows color (decimal): -11067309 or 5447767. OLE color: 5447767.

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

Color convert

RGB 87 32 83 -
CMYK 0 0.63 0.05 0.66
HSL 304.36º 0.46% 0.23% -
HSV(B) 304.36º 0.63% 0.34% -
XYZ 6.01 3.68 8.58 -
YUV 54.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 87 32 83 0 0.63 0.05 0.66 304.36 0.46 0.23
Hex 57 20 53 0 3F 5 42 130 2E 17
Octal 127 40 123 0 77 5 102 460 56 27
Binary 1010111 100000 1010011 0 111111 101 1000010 100110000 101110 10111

Color Harmonies of #572053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572053

Black with #572053

Text Example


Text Example

White with #572053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572053; }

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

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

background-color css

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

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

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

border-color css

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

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

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