#570649

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

Shades of Tyrian Purple #570649

Tints of Tyrian Purple #570649

Color information

#570649 (or 0x570649) is unknown color: approx Tyrian Purple. HEX triplet: 57, 06 and 49. RGB value is (87,6,73). Sum of RGB (Red+Green+Blue) = 87+6+73=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #570649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570649 is #A8F9B6. Grayscale: #252525. Windows color (decimal): -11073975 or 4785751. OLE color: 4785751.

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

Color convert

RGB87673-
CMYK00.930.160.66
HSL310.37º87.1%18.24%-
HSV(B)310.37º93.1%34.12%-
XYZ5.22.646.54-
YUV37.86147.84163.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 73 (28.91% from 255) = 43.98%
R=52.41%
G=3.61%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8767300.930.160.66310.3787.118.24
Hex5764905D10421365712
Octal127611101352010246612722
Binary1010111110100100101011101100001000010100110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570649; }

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

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

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

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

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

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

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

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