#570D41

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

Shades of Tyrian Purple #570D41

Tints of Tyrian Purple #570D41

Color information

#570D41 (or 0x570D41) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0D and 41. RGB value is (87,13,65). Sum of RGB (Red+Green+Blue) = 87+13+65=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #570D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D41 is #A8F2BE. Grayscale: #282828. Windows color (decimal): -11072191 or 4263255. OLE color: 4263255.

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

Color convert

RGB871365-
CMYK00.850.250.66
HSL317.84º74%19.61%-
HSV(B)317.84º85.06%34.12%-
XYZ5.032.75.26-
YUV41.05141.52160.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 13 (5.47% from 255) = 7.88%
BLUE value IS 65 (25.78% from 255) = 39.39%
R=52.73%
G=7.88%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87136500.850.250.66317.847419.61
Hex57D41055194213e4a14
Octal1271510101253110247611224
Binary10101111101100000101010101110011000010100111110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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