#570644

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

Shades of Tyrian Purple #570644

Tints of Tyrian Purple #570644

Color information

#570644 (or 0x570644) is unknown color: approx Tyrian Purple. HEX triplet: 57, 06 and 44. RGB value is (87,6,68). Sum of RGB (Red+Green+Blue) = 87+6+68=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 68 (26.95% from 255 or 42.24% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #570644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570644 is #A8F9BB. Grayscale: #252525. Windows color (decimal): -11073980 or 4458071. OLE color: 4458071.

HSL color Cylindrical-coordinate representation of color #570644: hue angle of 314.07º 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 #570644 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB87668-
CMYK00.930.220.66
HSL314.07º87.1%18.24%-
HSV(B)314.07º93.1%34.12%-
XYZ5.042.575.7-
YUV37.29145.34163.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 6 (2.73% from 255) = 3.73%
BLUE value IS 68 (26.95% from 255) = 42.24%
R=54.04%
G=3.73%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8766800.930.220.66314.0787.118.24
Hex5764405D164213a5712
Octal127610401352610247212722
Binary1010111110100010001011101101101000010100111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570644; }

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

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

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

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

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

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

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

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