#570C56

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

Shades of Palatinate Purple #570C56

Tints of Palatinate Purple #570C56

Color information

#570C56 (or 0x570C56) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0C and 56. RGB value is (87,12,86). Sum of RGB (Red+Green+Blue) = 87+12+86=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #570C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C56 is #A8F3A9. Grayscale: #2A2A2A. Windows color (decimal): -11072426 or 5639255. OLE color: 5639255.

HSL color Cylindrical-coordinate representation of color #570C56: hue angle of 300.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C56 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB871286-
CMYK00.860.010.66
HSL300.8º75.76%19.41%-
HSV(B)300.8º86.21%34.12%-
XYZ5.742.969.07-
YUV42.86152.35159.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=47.03%
G=6.49%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87128600.860.010.66300.875.7619.41
Hex57C5605614212d4c13
Octal127141260126110245511423
Binary1010111110010101100101011011000010100101101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570C56; }

 p { color: rgb(87,12,86); }

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

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

 a { background-color: rgb(87,12,86); }

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

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

 span { border-color: rgb(87,12,86); }

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