#571239

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

Shades of Tyrian Purple #571239

Tints of Tyrian Purple #571239

Color information

#571239 (or 0x571239) is unknown color: approx Tyrian Purple. HEX triplet: 57, 12 and 39. RGB value is (87,18,57). Sum of RGB (Red+Green+Blue) = 87+18+57=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #571239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571239 is #A8EDC6. Grayscale: #2A2A2A. Windows color (decimal): -11070919 or 3740247. OLE color: 3740247.

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

Color convert

RGB871857-
CMYK00.790.340.66
HSL326.09º65.71%20.59%-
HSV(B)326.09º79.31%34.12%-
XYZ4.892.754.15-
YUV43.08135.86159.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=53.70%
G=11.11%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87185700.790.340.66326.0965.7120.59
Hex57123904F22421464215
Octal127227101174210250610225
Binary101011110010111001010011111000101000010101000110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571239; }

 p { color: rgb(87,18,57); }

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

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

 a { background-color: rgb(87,18,57); }

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

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

 span { border-color: rgb(87,18,57); }

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