#570236

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

Shades of Tyrian Purple #570236

Tints of Tyrian Purple #570236

Color information

#570236 (or 0x570236) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 36. RGB value is (87,2,54). Sum of RGB (Red+Green+Blue) = 87+2+54=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #570236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570236 is #A8FDC9. Grayscale: #212121. Windows color (decimal): -11075018 or 3539543. OLE color: 3539543.

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

Color convert

RGB87254-
CMYK00.980.380.66
HSL323.29º95.51%17.45%-
HSV(B)323.29º97.7%34.12%-
XYZ4.622.343.7-
YUV33.34139.66166.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=60.84%
G=1.40%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8725400.980.380.66323.2995.5117.45
Hex5723606226421436011
Octal12726601424610250314021
Binary101011110110110011000101001101000010101000011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570236; }

 p { color: rgb(87,2,54); }

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

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

 a { background-color: rgb(87,2,54); }

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

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

 span { border-color: rgb(87,2,54); }

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