#570251

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

Shades of Tyrian Purple #570251

Tints of Tyrian Purple #570251

Color information

#570251 (or 0x570251) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 51. RGB value is (87,2,81). Sum of RGB (Red+Green+Blue) = 87+2+81=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #570251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570251 is #A8FDAE. Grayscale: #242424. Windows color (decimal): -11074991 or 5309015. OLE color: 5309015.

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

Color convert

RGB87281-
CMYK00.980.070.66
HSL304.24º95.51%17.45%-
HSV(B)304.24º97.7%34.12%-
XYZ5.442.668.01-
YUV36.42153.16164.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=51.18%
G=1.18%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8728100.980.070.66304.2495.5117.45
Hex572510627421306011
Octal12721210142710246014021
Binary1010111101010001011000101111000010100110000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570251; }

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

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

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

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

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

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

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

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