#572553

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

Shades of Palatinate Purple #572553

Tints of Palatinate Purple #572553

Color information

#572553 (or 0x572553) is unknown color: approx Palatinate Purple. HEX triplet: 57, 25 and 53. RGB value is (87,37,83). Sum of RGB (Red+Green+Blue) = 87+37+83=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #572553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572553 is #A8DAAC. Grayscale: #393939. Windows color (decimal): -11066029 or 5449047. OLE color: 5449047.

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

Color convert

RGB873783-
CMYK00.570.050.66
HSL304.8º40.32%24.31%-
HSV(B)304.8º57.47%34.12%-
XYZ6.153.978.63-
YUV57.19142.56149.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.03%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=42.03%
G=17.87%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87378300.570.050.66304.840.3224.31
Hex5725530395421312818
Octal1274512307151024615030
Binary101011110010110100110111001101100001010011000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572553; }

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

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

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

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

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

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

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

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