#570A3C

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

Shades of Tyrian Purple #570A3C

Tints of Tyrian Purple #570A3C

Color information

#570A3C (or 0x570A3C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0A and 3C. RGB value is (87,10,60). Sum of RGB (Red+Green+Blue) = 87+10+60=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #570A3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A3C is #A8F5C3. Grayscale: #262626. Windows color (decimal): -11072964 or 3934807. OLE color: 3934807.

HSL color Cylindrical-coordinate representation of color #570A3C: hue angle of 321.04º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A3C is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB871060-
CMYK00.890.310.66
HSL321.04º79.38%19.02%-
HSV(B)321.04º88.51%34.12%-
XYZ4.852.574.52-
YUV38.72140.01162.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 10 (4.30% from 255) = 6.37%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=55.41%
G=6.37%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87106000.890.310.66321.0479.3819.02
Hex57A3C0591F421414f13
Octal127127401313710250111723
Binary1010111101011110001011001111111000010101000001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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