#710B4E

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

Shades of Tyrian Purple #710B4E

Tints of Tyrian Purple #710B4E

Color information

#710B4E (or 0x710B4E) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0B and 4E. RGB value is (113,11,78). Sum of RGB (Red+Green+Blue) = 113+11+78=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #710B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B4E is #8EF4B1. Grayscale: #303030. Windows color (decimal): -9368754 or 5114737. OLE color: 5114737.

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

Color convert

RGB1131178-
CMYK00.900.310.56
HSL320.59º82.26%24.31%-
HSV(B)320.59º90.27%44.31%-
XYZ8.34.37.6-
YUV49.14144.29173.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 11 (4.69% from 255) = 5.45%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=55.94%
G=5.45%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113117800.900.310.56320.5982.2624.31
Hex71B4E05A1F381415218
Octal161131160132377050112230
Binary1110001101110011100101101011111111000101000001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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