#570C5C

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

Shades of Palatinate Purple #570C5C

Tints of Palatinate Purple #570C5C

Color information

#570C5C (or 0x570C5C) is unknown color: approx Palatinate Purple. HEX triplet: 57, 0C and 5C. RGB value is (87,12,92). Sum of RGB (Red+Green+Blue) = 87+12+92=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #570C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C5C is #A8F3A3. Grayscale: #2B2B2B. Windows color (decimal): -11072420 or 6032471. OLE color: 6032471.

HSL color Cylindrical-coordinate representation of color #570C5C: hue angle of 296.25º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570C5C is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB871292-
CMYK0.050.8700.64
HSL296.25º76.92%20.39%-
HSV(B)296.25º86.96%36.08%-
XYZ5.993.0610.4-
YUV43.54155.35159-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=45.55%
G=6.28%
B=48.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8712920.050.8700.64296.2576.9220.39
Hex57C5C5570401284d14
Octal127141345127010045011524
Binary101011111001011100101101011101000000100101000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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