#572153

Color #572153 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #572153

Tints of Palatinate Purple #572153

Color information

#572153 (or 0x572153) is unknown color: approx Palatinate Purple. HEX triplet: 57, 21 and 53. RGB value is (87,33,83). Sum of RGB (Red+Green+Blue) = 87+33+83=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #572153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572153 is #A8DEAC. Grayscale: #363636. Windows color (decimal): -11067053 or 5448023. OLE color: 5448023.

HSL color Cylindrical-coordinate representation of color #572153: hue angle of 304.44º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #572153 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB873383-
CMYK00.620.050.66
HSL304.44º45%23.53%-
HSV(B)304.44º62.07%34.12%-
XYZ6.043.748.59-
YUV54.85143.89150.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=42.86%
G=16.26%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87338300.620.050.66304.444523.53
Hex57215303E5421302d18
Octal1274112307651024605530
Binary101011110000110100110111110101100001010011000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572153; }

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

 H1.HeaderClassName
 {
   color: #572153;
 }
 .AnyTagClassName
 {
   color: #572153;
 }
</style>
background-color css

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

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

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

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

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

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