#710B44

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

Shades of Tyrian Purple #710B44

Tints of Tyrian Purple #710B44

Color information

#710B44 (or 0x710B44) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0B and 44. RGB value is (113,11,68). Sum of RGB (Red+Green+Blue) = 113+11+68=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #710B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B44 is #8EF4BB. Grayscale: #2F2F2F. Windows color (decimal): -9368764 or 4459377. OLE color: 4459377.

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

Color convert

RGB1131168-
CMYK00.900.400.56
HSL326.47º82.26%24.31%-
HSV(B)326.47º90.27%44.31%-
XYZ7.974.175.85-
YUV48139.29174.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.85%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=58.85%
G=5.73%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113116800.900.400.56326.4782.2624.31
Hex71B4405A28381465218
Octal161131040132507050612230
Binary11100011011100010001011010101000111000101000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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