#570124

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

Shades of Tyrian Purple #570124

Tints of Tyrian Purple #570124

Color information

#570124 (or 0x570124) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 24. RGB value is (87,1,36). Sum of RGB (Red+Green+Blue) = 87+1+36=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570124 is #A8FEDB. Grayscale: #1E1E1E. Windows color (decimal): -11075292 or 2359639. OLE color: 2359639.

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

Color convert

RGB87136-
CMYK00.990.590.66
HSL335.58º97.73%17.25%-
HSV(B)335.58º98.85%34.12%-
XYZ4.262.181.86-
YUV30.7130.99168.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.16%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=70.16%
G=0.81%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8713600.990.590.66335.5897.7317.25
Hex571240633B421506211
Octal12714401437310252014221
Binary10101111100100011000111110111000010101010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570124; }

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

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

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

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

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

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

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

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