#570745

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

Shades of Tyrian Purple #570745

Tints of Tyrian Purple #570745

Color information

#570745 (or 0x570745) is unknown color: approx Tyrian Purple. HEX triplet: 57, 07 and 45. RGB value is (87,7,69). Sum of RGB (Red+Green+Blue) = 87+7+69=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #570745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570745 is #A8F8BA. Grayscale: #252525. Windows color (decimal): -11073723 or 4523863. OLE color: 4523863.

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

Color convert

RGB87769-
CMYK00.920.210.66
HSL313.5º85.11%18.43%-
HSV(B)313.5º91.95%34.12%-
XYZ5.082.615.87-
YUV37.99145.5162.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.37%
GREEN value IS 7 (3.12% from 255) = 4.29%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=53.37%
G=4.29%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8776900.920.210.66313.585.1118.43
Hex5774505C154213a5512
Octal127710501342510247212522
Binary1010111111100010101011100101011000010100111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570745; }

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

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

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

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

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

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

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

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