#570742

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

Shades of Tyrian Purple #570742

Tints of Tyrian Purple #570742

Color information

#570742 (or 0x570742) is unknown color: approx Tyrian Purple. HEX triplet: 57, 07 and 42. RGB value is (87,7,66). Sum of RGB (Red+Green+Blue) = 87+7+66=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #570742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570742 is #A8F8BD. Grayscale: #252525. Windows color (decimal): -11073726 or 4327255. OLE color: 4327255.

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

Color convert

RGB87766-
CMYK00.920.240.66
HSL315.75º85.11%18.43%-
HSV(B)315.75º91.95%34.12%-
XYZ4.992.575.39-
YUV37.65144163.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 7 (3.12% from 255) = 4.38%
BLUE value IS 66 (26.17% from 255) = 41.25%
R=54.38%
G=4.38%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8776600.920.240.66315.7585.1118.43
Hex5774205C184213c5512
Octal127710201343010247412522
Binary1010111111100001001011100110001000010100111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570742; }

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

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

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

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

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

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

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

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