#572353

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

Shades of Palatinate Purple #572353

Tints of Palatinate Purple #572353

Color information

#572353 (or 0x572353) is unknown color: approx Palatinate Purple. HEX triplet: 57, 23 and 53. RGB value is (87,35,83). Sum of RGB (Red+Green+Blue) = 87+35+83=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #572353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572353 is #A8DCAC. Grayscale: #373737. Windows color (decimal): -11066541 or 5448535. OLE color: 5448535.

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

Color convert

RGB873583-
CMYK00.600.050.66
HSL304.62º42.62%23.92%-
HSV(B)304.62º59.77%34.12%-
XYZ6.093.858.61-
YUV56.02143.23150.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=42.44%
G=17.07%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87358300.600.050.66304.6242.6223.92
Hex57235303C5421312b18
Octal1274312307451024615330
Binary101011110001110100110111100101100001010011000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572353; }

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

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

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

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

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

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

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

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