#570144

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

Shades of Tyrian Purple #570144

Tints of Tyrian Purple #570144

Color information

#570144 (or 0x570144) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 44. RGB value is (87,1,68). Sum of RGB (Red+Green+Blue) = 87+1+68=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 68 (26.95% from 255 or 43.59% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #570144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570144 is #A8FEBB. Grayscale: #222222. Windows color (decimal): -11075260 or 4456791. OLE color: 4456791.

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

Color convert

RGB87168-
CMYK00.990.220.66
HSL313.26º97.73%17.25%-
HSV(B)313.26º98.85%34.12%-
XYZ4.982.475.68-
YUV34.35146.99165.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 68 (26.95% from 255) = 43.59%
R=55.77%
G=0.64%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8716800.990.220.66313.2697.7317.25
Hex5714406316421396211
Octal127110401432610247114221
Binary10101111100010001100011101101000010100111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570144; }

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

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

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

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

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

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

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

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