#570C51

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

Shades of Palatinate Purple #570C51

Tints of Palatinate Purple #570C51

Color information

#570C51 (or 0x570C51) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0C and 51. RGB value is (87,12,81). Sum of RGB (Red+Green+Blue) = 87+12+81=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #570C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C51 is #A8F3AE. Grayscale: #2A2A2A. Windows color (decimal): -11072431 or 5311575. OLE color: 5311575.

HSL color Cylindrical-coordinate representation of color #570C51: hue angle of 304.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 #570C51 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB871281-
CMYK00.860.070.66
HSL304.8º75.76%19.41%-
HSV(B)304.8º86.21%34.12%-
XYZ5.552.888.05-
YUV42.29149.85159.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.33%
GREEN value IS 12 (5.08% from 255) = 6.67%
BLUE value IS 81 (32.03% from 255) = 45%
R=48.33%
G=6.67%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87128100.860.070.66304.875.7619.41
Hex57C510567421314c13
Octal127141210126710246111423
Binary101011111001010001010101101111000010100110001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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