#570C58

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

Shades of Palatinate Purple #570C58

Tints of Palatinate Purple #570C58

Color information

#570C58 (or 0x570C58) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0C and 58. RGB value is (87,12,88). Sum of RGB (Red+Green+Blue) = 87+12+88=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #570C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C58 is #A8F3A7. Grayscale: #2A2A2A. Windows color (decimal): -11072424 or 5770327. OLE color: 5770327.

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

Color convert

RGB871288-
CMYK0.010.8600.65
HSL299.21º76%19.61%-
HSV(B)299.21º86.36%34.51%-
XYZ5.822.999.5-
YUV43.09153.35159.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=46.52%
G=6.42%
B=47.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8712880.010.8600.65299.217619.61
Hex57C5815604112b4c14
Octal127141301126010145311424
Binary1010111110010110001101011001000001100101011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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