#570840

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

Shades of Tyrian Purple #570840

Tints of Tyrian Purple #570840

Color information

#570840 (or 0x570840) is unknown color: approx Tyrian Purple. HEX triplet: 57, 08 and 40. RGB value is (87,8,64). Sum of RGB (Red+Green+Blue) = 87+8+64=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #570840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570840 is #A8F7BF. Grayscale: #252525. Windows color (decimal): -11073472 or 4196439. OLE color: 4196439.

HSL color Cylindrical-coordinate representation of color #570840: hue angle of 317.47º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570840 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB87864-
CMYK00.910.260.66
HSL317.47º83.16%18.63%-
HSV(B)317.47º90.8%34.12%-
XYZ4.942.575.09-
YUV38142.67162.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=54.72%
G=5.03%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8786400.910.260.66317.4783.1618.63
Hex5784005B1A4213d5313
Octal1271010001333210247512323
Binary10101111000100000001011011110101000010100111101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570840; }

 p { color: rgb(87,8,64); }

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

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

 a { background-color: rgb(87,8,64); }

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

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

 span { border-color: rgb(87,8,64); }

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