#570F53

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

Shades of Palatinate Purple #570F53

Tints of Palatinate Purple #570F53

Color information

#570F53 (or 0x570F53) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0F and 53. RGB value is (87,15,83). Sum of RGB (Red+Green+Blue) = 87+15+83=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #570F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F53 is #A8F0AC. Grayscale: #2C2C2C. Windows color (decimal): -11071661 or 5443415. OLE color: 5443415.

HSL color Cylindrical-coordinate representation of color #570F53: hue angle of 303.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F53 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB871583-
CMYK00.830.050.66
HSL303.33º70.59%20%-
HSV(B)303.33º82.76%34.12%-
XYZ5.662.998.46-
YUV44.28149.85158.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=47.03%
G=8.11%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87158300.830.050.66303.3370.5920
Hex57F5305354212f4714
Octal127171230123510245710724
Binary101011111111010011010100111011000010100101111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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