#570D3C

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

Shades of Tyrian Purple #570D3C

Tints of Tyrian Purple #570D3C

Color information

#570D3C (or 0x570D3C) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0D and 3C. RGB value is (87,13,60). Sum of RGB (Red+Green+Blue) = 87+13+60=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #570D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D3C is #A8F2C3. Grayscale: #282828. Windows color (decimal): -11072196 or 3935575. OLE color: 3935575.

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

Color convert

RGB871360-
CMYK00.850.310.66
HSL321.89º74%19.61%-
HSV(B)321.89º85.06%34.12%-
XYZ4.892.644.53-
YUV40.48139.02161.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 13 (5.47% from 255) = 8.12%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=54.38%
G=8.12%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87136000.850.310.66321.897419.61
Hex57D3C0551F421424a14
Octal127157401253710250211224
Binary1010111110111110001010101111111000010101000010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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