#570640

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

Shades of Tyrian Purple #570640

Tints of Tyrian Purple #570640

Color information

#570640 (or 0x570640) is unknown color: approx Tyrian Purple. HEX triplet: 57, 06 and 40. RGB value is (87,6,64). Sum of RGB (Red+Green+Blue) = 87+6+64=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #570640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570640 is #A8F9BF. Grayscale: #242424. Windows color (decimal): -11073984 or 4195927. OLE color: 4195927.

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

Color convert

RGB87664-
CMYK00.930.260.66
HSL317.04º87.1%18.24%-
HSV(B)317.04º93.1%34.12%-
XYZ4.922.535.08-
YUV36.83143.34163.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=55.41%
G=3.82%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8766400.930.260.66317.0487.118.24
Hex5764005D1A4213d5712
Octal127610001353210247512722
Binary1010111110100000001011101110101000010100111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570640; }

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

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

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

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

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

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

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

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