#571038

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

Shades of Tyrian Purple #571038

Tints of Tyrian Purple #571038

Color information

#571038 (or 0x571038) is unknown color: approx Tyrian Purple. HEX triplet: 57, 10 and 38. RGB value is (87,16,56). Sum of RGB (Red+Green+Blue) = 87+16+56=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571038 is #A8EFC7. Grayscale: #292929. Windows color (decimal): -11071432 or 3674199. OLE color: 3674199.

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

Color convert

RGB871656-
CMYK00.820.360.66
HSL326.2º68.93%20.2%-
HSV(B)326.2º81.61%34.12%-
XYZ4.832.684-
YUV41.79136.02160.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=54.72%
G=10.06%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87165600.820.360.66326.268.9320.2
Hex57103805224421464514
Octal127207001224410250610524
Binary101011110000111000010100101001001000010101000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571038; }

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

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

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

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

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

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

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

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