#710A3A

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

Shades of Tyrian Purple #710A3A

Tints of Tyrian Purple #710A3A

Color information

#710A3A (or 0x710A3A) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0A and 3A. RGB value is (113,10,58). Sum of RGB (Red+Green+Blue) = 113+10+58=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #710A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A3A is #8EF5C5. Grayscale: #2E2E2E. Windows color (decimal): -9369030 or 3803761. OLE color: 3803761.

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

Color convert

RGB1131058-
CMYK00.910.490.56
HSL332.04º83.74%24.12%-
HSV(B)332.04º91.15%44.31%-
XYZ7.684.034.38-
YUV46.27134.62175.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.43%
GREEN value IS 10 (4.30% from 255) = 5.52%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=62.43%
G=5.52%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113105800.910.490.56332.0483.7424.12
Hex71A3A05B313814c5418
Octal16112720133617051412430
Binary1110001101011101001011011110001111000101001100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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