#710B47

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

Shades of Tyrian Purple #710B47

Tints of Tyrian Purple #710B47

Color information

#710B47 (or 0x710B47) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0B and 47. RGB value is (113,11,71). Sum of RGB (Red+Green+Blue) = 113+11+71=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #710B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B47 is #8EF4B8. Grayscale: #303030. Windows color (decimal): -9368761 or 4655985. OLE color: 4655985.

HSL color Cylindrical-coordinate representation of color #710B47: hue angle of 324.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B47 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1131171-
CMYK00.900.370.56
HSL324.71º82.26%24.31%-
HSV(B)324.71º90.27%44.31%-
XYZ8.074.26.35-
YUV48.34140.79174.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=57.95%
G=5.64%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113117100.900.370.56324.7182.2624.31
Hex71B4705A25381455218
Octal161131070132457050512230
Binary11100011011100011101011010100101111000101000101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,11,71); }

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

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

 a { background-color: rgb(113,11,71); }

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

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

 span { border-color: rgb(113,11,71); }

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