#570231

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

Shades of Tyrian Purple #570231

Tints of Tyrian Purple #570231

Color information

#570231 (or 0x570231) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 31. RGB value is (87,2,49). Sum of RGB (Red+Green+Blue) = 87+2+49=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #570231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570231 is #A8FDCE. Grayscale: #202020. Windows color (decimal): -11075023 or 3211863. OLE color: 3211863.

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

Color convert

RGB87249-
CMYK00.980.440.66
HSL326.82º95.51%17.45%-
HSV(B)326.82º97.7%34.12%-
XYZ4.512.293.11-
YUV32.77137.16166.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=63.04%
G=1.45%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8724900.980.440.66326.8295.5117.45
Hex572310622C421476011
Octal12726101425410250714021
Binary101011110110001011000101011001000010101000111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570231; }

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

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

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

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

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

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

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

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