#570250

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

Shades of Tyrian Purple #570250

Tints of Tyrian Purple #570250

Color information

#570250 (or 0x570250) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 50. RGB value is (87,2,80). Sum of RGB (Red+Green+Blue) = 87+2+80=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #570250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570250 is #A8FDAF. Grayscale: #242424. Windows color (decimal): -11074992 or 5243479. OLE color: 5243479.

HSL color Cylindrical-coordinate representation of color #570250: hue angle of 304.94º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570250 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB87280-
CMYK00.980.080.66
HSL304.94º95.51%17.45%-
HSV(B)304.94º97.7%34.12%-
XYZ5.42.657.82-
YUV36.31152.66164.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=51.48%
G=1.18%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8728000.980.080.66304.9495.5117.45
Hex572500628421316011
Octal127212001421010246114021
Binary10101111010100000110001010001000010100110001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570250; }

 p { color: rgb(87,2,80); }

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

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

 a { background-color: rgb(87,2,80); }

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

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

 span { border-color: rgb(87,2,80); }

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