#570151

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

Shades of Tyrian Purple #570151

Tints of Tyrian Purple #570151

Color information

#570151 (or 0x570151) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 51. RGB value is (87,1,81). Sum of RGB (Red+Green+Blue) = 87+1+81=169 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.48% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 87 - color contains mainly: red. Hex color #570151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570151 is #A8FEAE. Grayscale: #232323. Windows color (decimal): -11075247 or 5308759. OLE color: 5308759.

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

Color convert

RGB87181-
CMYK00.990.070.66
HSL304.19º97.73%17.25%-
HSV(B)304.19º98.85%34.12%-
XYZ5.432.648.01-
YUV35.83153.49164.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.48%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=51.48%
G=0.59%
B=47.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8718100.990.070.66304.1997.7317.25
Hex571510637421306211
Octal12711210143710246014221
Binary101011111010001011000111111000010100110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570151; }

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

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

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

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

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

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

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

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