#570D37

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

Shades of Tyrian Purple #570D37

Tints of Tyrian Purple #570D37

Color information

#570D37 (or 0x570D37) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0D and 37. RGB value is (87,13,55). Sum of RGB (Red+Green+Blue) = 87+13+55=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #570D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D37 is #A8F2C8. Grayscale: #272727. Windows color (decimal): -11072201 or 3607895. OLE color: 3607895.

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

Color convert

RGB871355-
CMYK00.850.370.66
HSL325.95º74%19.61%-
HSV(B)325.95º85.06%34.12%-
XYZ4.762.593.86-
YUV39.91136.52161.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 13 (5.47% from 255) = 8.39%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=56.13%
G=8.39%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87135500.850.370.66325.957419.61
Hex57D3705525421464a14
Octal127156701254510250611224
Binary10101111101110111010101011001011000010101000110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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