#570C3C

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

Shades of Tyrian Purple #570C3C

Tints of Tyrian Purple #570C3C

Color information

#570C3C (or 0x570C3C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0C and 3C. RGB value is (87,12,60). Sum of RGB (Red+Green+Blue) = 87+12+60=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #570C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C3C is #A8F3C3. Grayscale: #272727. Windows color (decimal): -11072452 or 3935319. OLE color: 3935319.

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

Color convert

RGB871260-
CMYK00.860.310.66
HSL321.6º75.76%19.41%-
HSV(B)321.6º86.21%34.12%-
XYZ4.882.624.52-
YUV39.9139.35161.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=54.72%
G=7.55%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87126000.860.310.66321.675.7619.41
Hex57C3C0561F421424c13
Octal127147401263710250211423
Binary1010111110011110001010110111111000010101000010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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