#570153

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

Shades of Tyrian Purple #570153

Tints of Tyrian Purple #570153

Color information

#570153 (or 0x570153) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 53. RGB value is (87,1,83). Sum of RGB (Red+Green+Blue) = 87+1+83=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #570153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570153 is #A8FEAC. Grayscale: #232323. Windows color (decimal): -11075245 or 5439831. OLE color: 5439831.

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

Color convert

RGB87183-
CMYK00.990.050.66
HSL302.79º97.73%17.25%-
HSV(B)302.79º98.85%34.12%-
XYZ5.52.678.41-
YUV36.06154.49164.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 83 (32.81% from 255) = 48.54%
R=50.88%
G=0.58%
B=48.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8718300.990.050.66302.7997.7317.25
Hex5715306354212f6211
Octal12711230143510245714221
Binary101011111010011011000111011000010100101111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570153; }

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

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

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

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

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

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

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

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