#570140

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

Shades of Tyrian Purple #570140

Tints of Tyrian Purple #570140

Color information

#570140 (or 0x570140) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 40. RGB value is (87,1,64). Sum of RGB (Red+Green+Blue) = 87+1+64=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #570140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570140 is #A8FEBF. Grayscale: #212121. Windows color (decimal): -11075264 or 4194647. OLE color: 4194647.

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

Color convert

RGB87164-
CMYK00.990.260.66
HSL316.05º97.73%17.25%-
HSV(B)316.05º98.85%34.12%-
XYZ4.872.425.06-
YUV33.9144.99165.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=57.24%
G=0.66%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8716400.990.260.66316.0597.7317.25
Hex571400631A4213c6211
Octal127110001433210247414221
Binary10101111100000001100011110101000010100111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570140; }

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

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

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

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

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

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

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

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