#572552

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

Shades of Palatinate Purple #572552

Tints of Palatinate Purple #572552

Color information

#572552 (or 0x572552) is unknown color: approx Palatinate Purple. HEX triplet: 57, 25 and 52. RGB value is (87,37,82). Sum of RGB (Red+Green+Blue) = 87+37+82=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #572552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572552 is #A8DAAD. Grayscale: #383838. Windows color (decimal): -11066030 or 5383511. OLE color: 5383511.

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

Color convert

RGB873782-
CMYK00.570.060.66
HSL306º40.32%24.31%-
HSV(B)306º57.47%34.12%-
XYZ6.123.968.42-
YUV57.08142.06149.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=42.23%
G=17.96%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87378200.570.060.6630640.3224.31
Hex5725520396421322818
Octal1274512207161024625030
Binary101011110010110100100111001110100001010011001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572552; }

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

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

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

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

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

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

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

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