#570550

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

Shades of Tyrian Purple #570550

Tints of Tyrian Purple #570550

Color information

#570550 (or 0x570550) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 50. RGB value is (87,5,80). Sum of RGB (Red+Green+Blue) = 87+5+80=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #570550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570550 is #A8FAAF. Grayscale: #252525. Windows color (decimal): -11074224 or 5244247. OLE color: 5244247.

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

Color convert

RGB87580-
CMYK00.940.080.66
HSL305.12º89.13%18.04%-
HSV(B)305.12º94.25%34.12%-
XYZ5.432.717.83-
YUV38.07151.67162.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=50.58%
G=2.91%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8758000.940.080.66305.1289.1318.04
Hex5755005E8421315912
Octal127512001361010246113122
Binary101011110110100000101111010001000010100110001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570550; }

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

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

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

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

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

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

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

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