#570040

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

Shades of Tyrian Purple #570040

Tints of Tyrian Purple #570040

Color information

#570040 (or 0x570040) is unknown color: approx Tyrian Purple. HEX triplet: 57, 00 and 40. RGB value is (87,0,64). Sum of RGB (Red+Green+Blue) = 87+0+64=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #570040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570040 is #A8FFBF. Grayscale: #212121. Windows color (decimal): -11075520 or 4194391. OLE color: 4194391.

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

Color convert

RGB87064-
CMYK010.260.66
HSL315.86º100%17.06%-
HSV(B)315.86º100%34.12%-
XYZ4.862.45.06-
YUV33.31145.32166.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=57.62%
G=0%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87064010.260.66315.8610017.06
Hex570400641A4213c6411
Octal127010001443210247414421
Binary10101110100000001100100110101000010100111100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570040; }

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

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

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

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

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

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

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

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