#570D4D

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

Shades of Tyrian Purple #570D4D

Tints of Tyrian Purple #570D4D

Color information

#570D4D (or 0x570D4D) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0D and 4D. RGB value is (87,13,77). Sum of RGB (Red+Green+Blue) = 87+13+77=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #570D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570D4D is #A8F2B2. Grayscale: #2A2A2A. Windows color (decimal): -11072179 or 5049687. OLE color: 5049687.

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

Color convert

RGB871377-
CMYK00.850.110.66
HSL308.11º74%19.61%-
HSV(B)308.11º85.06%34.12%-
XYZ5.412.857.29-
YUV42.42147.52159.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 13 (5.47% from 255) = 7.34%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=49.15%
G=7.34%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87137700.850.110.66308.117419.61
Hex57D4D055B421344a14
Octal1271511501251310246411224
Binary1010111110110011010101010110111000010100110100100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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