#710A4C

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

Shades of Tyrian Purple #710A4C

Tints of Tyrian Purple #710A4C

Color information

#710A4C (or 0x710A4C) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0A and 4C. RGB value is (113,10,76). Sum of RGB (Red+Green+Blue) = 113+10+76=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #710A4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A4C is #8EF5B3. Grayscale: #303030. Windows color (decimal): -9369012 or 4983409. OLE color: 4983409.

HSL color Cylindrical-coordinate representation of color #710A4C: hue angle of 321.55º 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 #710A4C is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1131076-
CMYK00.910.330.56
HSL321.55º83.74%24.12%-
HSV(B)321.55º91.15%44.31%-
XYZ8.224.257.22-
YUV48.32143.62174.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 10 (4.30% from 255) = 5.03%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=56.78%
G=5.03%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113107600.910.330.56321.5583.7424.12
Hex71A4C05B21381425418
Octal161121140133417050212430
Binary11100011010100110001011011100001111000101000010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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