#710249

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

Shades of Tyrian Purple #710249

Tints of Tyrian Purple #710249

Color information

#710249 (or 0x710249) is unknown color: approx Tyrian Purple. HEX triplet: 71, 02 and 49. RGB value is (113,2,73). Sum of RGB (Red+Green+Blue) = 113+2+73=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #710249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710249 is #8EFDB6. Grayscale: #2B2B2B. Windows color (decimal): -9371063 or 4784753. OLE color: 4784753.

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

Color convert

RGB113273-
CMYK00.980.350.56
HSL321.62º96.52%22.55%-
HSV(B)321.62º98.23%44.31%-
XYZ8.034.046.66-
YUV43.28144.77177.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.11%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 73 (28.91% from 255) = 38.83%
R=60.11%
G=1.06%
B=38.83%

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
Decimal11327300.980.350.56321.6296.5222.55
Hex7124906223381426117
Octal16121110142437050214127
Binary111000110100100101100010100011111000101000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710249; }

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

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

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

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

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

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

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

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