#571238

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

Shades of Tyrian Purple #571238

Tints of Tyrian Purple #571238

Color information

#571238 (or 0x571238) is unknown color: approx Tyrian Purple. HEX triplet: 57, 12 and 38. RGB value is (87,18,56). Sum of RGB (Red+Green+Blue) = 87+18+56=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #571238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571238 is #A8EDC7. Grayscale: #2A2A2A. Windows color (decimal): -11070920 or 3674711. OLE color: 3674711.

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

Color convert

RGB871856-
CMYK00.790.360.66
HSL326.96º65.71%20.59%-
HSV(B)326.96º79.31%34.12%-
XYZ4.862.744.01-
YUV42.96135.36159.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=54.04%
G=11.18%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87185600.790.360.66326.9665.7120.59
Hex57123804F24421474215
Octal127227001174410250710225
Binary101011110010111000010011111001001000010101000111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571238; }

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

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

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

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

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

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

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

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