#570842

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

Shades of Tyrian Purple #570842

Tints of Tyrian Purple #570842

Color information

#570842 (or 0x570842) is unknown color: approx Tyrian Purple. HEX triplet: 57, 08 and 42. RGB value is (87,8,66). Sum of RGB (Red+Green+Blue) = 87+8+66=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #570842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570842 is #A8F7BD. Grayscale: #262626. Windows color (decimal): -11073470 or 4327511. OLE color: 4327511.

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

Color convert

RGB87866-
CMYK00.910.240.66
HSL315.95º83.16%18.63%-
HSV(B)315.95º90.8%34.12%-
XYZ52.595.39-
YUV38.23143.67162.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=54.04%
G=4.97%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8786600.910.240.66315.9583.1618.63
Hex5784205B184213c5313
Octal1271010201333010247412323
Binary10101111000100001001011011110001000010100111100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570842; }

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

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

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

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

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

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

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

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