#570050

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

Shades of Tyrian Purple #570050

Tints of Tyrian Purple #570050

Color information

#570050 (or 0x570050) is unknown color: approx Tyrian Purple. HEX triplet: 57, 00 and 50. RGB value is (87,0,80). Sum of RGB (Red+Green+Blue) = 87+0+80=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #570050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570050 is #A8FFAF. Grayscale: #222222. Windows color (decimal): -11075504 or 5242967. OLE color: 5242967.

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

Color convert

RGB87080-
CMYK010.080.66
HSL304.83º100%17.06%-
HSV(B)304.83º100%34.12%-
XYZ5.382.617.81-
YUV35.13153.32165-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=52.10%
G=0%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87080010.080.66304.8310017.06
Hex570500648421316411
Octal127012001441010246114421
Binary1010111010100000110010010001000010100110001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570050; }

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

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

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

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

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

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

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

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