#71024A

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

Shades of Tyrian Purple #71024A

Tints of Tyrian Purple #71024A

Color information

#71024A (or 0x71024A) is unknown color: approx Tyrian Purple. HEX triplet: 71, 02 and 4A. RGB value is (113,2,74). Sum of RGB (Red+Green+Blue) = 113+2+74=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71024A is #8EFDB5. Grayscale: #2B2B2B. Windows color (decimal): -9371062 or 4850289. OLE color: 4850289.

HSL color Cylindrical-coordinate representation of color #71024A: hue angle of 321.08º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71024A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB113274-
CMYK00.980.350.56
HSL321.08º96.52%22.55%-
HSV(B)321.08º98.23%44.31%-
XYZ8.074.056.83-
YUV43.4145.27177.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.79%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=59.79%
G=1.06%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11327400.980.350.56321.0896.5222.55
Hex7124A06223381416117
Octal16121120142437050114127
Binary111000110100101001100010100011111000101000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71024A; }

 p { color: rgb(113,2,74); }

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

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

 a { background-color: rgb(113,2,74); }

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

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

 span { border-color: rgb(113,2,74); }

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