#710A4F

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

Shades of Tyrian Purple #710A4F

Tints of Tyrian Purple #710A4F

Color information

#710A4F (or 0x710A4F) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0A and 4F. RGB value is (113,10,79). Sum of RGB (Red+Green+Blue) = 113+10+79=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #710A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A4F is #8EF5B0. Grayscale: #303030. Windows color (decimal): -9369009 or 5180017. OLE color: 5180017.

HSL color Cylindrical-coordinate representation of color #710A4F: hue angle of 319.81º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A4F is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1131079-
CMYK00.910.300.56
HSL319.81º83.74%24.12%-
HSV(B)319.81º91.15%44.31%-
XYZ8.334.297.79-
YUV48.66145.12173.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=55.94%
G=4.95%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113107900.910.300.56319.8183.7424.12
Hex71A4F05B1E381405418
Octal161121170133367050012430
Binary1110001101010011110101101111110111000101000000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710A4F; }

 p { color: rgb(113,10,79); }

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

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

 a { background-color: rgb(113,10,79); }

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

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

 span { border-color: rgb(113,10,79); }

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