#570345

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

Shades of Tyrian Purple #570345

Tints of Tyrian Purple #570345

Color information

#570345 (or 0x570345) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 45. RGB value is (87,3,69). Sum of RGB (Red+Green+Blue) = 87+3+69=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #570345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570345 is #A8FCBA. Grayscale: #232323. Windows color (decimal): -11074747 or 4522839. OLE color: 4522839.

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

Color convert

RGB87369-
CMYK00.970.210.66
HSL312.86º93.33%17.65%-
HSV(B)312.86º96.55%34.12%-
XYZ5.042.525.85-
YUV35.64146.83164.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=54.72%
G=1.89%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8736900.970.210.66312.8693.3317.65
Hex5734506115421395d12
Octal127310501412510247113522
Binary101011111100010101100001101011000010100111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570345; }

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

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

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

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

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

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

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

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