#570D3F

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

Shades of Tyrian Purple #570D3F

Tints of Tyrian Purple #570D3F

Color information

#570D3F (or 0x570D3F) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0D and 3F. RGB value is (87,13,63). Sum of RGB (Red+Green+Blue) = 87+13+63=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #570D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D3F is #A8F2C0. Grayscale: #282828. Windows color (decimal): -11072193 or 4132183. OLE color: 4132183.

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

Color convert

RGB871363-
CMYK00.850.280.66
HSL319.46º74%19.61%-
HSV(B)319.46º85.06%34.12%-
XYZ4.972.674.96-
YUV40.83140.52160.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 63 (25% from 255) = 38.65%
R=53.37%
G=7.98%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87136300.850.280.66319.467419.61
Hex57D3F0551C4213f4a14
Octal127157701253410247711224
Binary1010111110111111101010101111001000010100111111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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