#710B45

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

Shades of Tyrian Purple #710B45

Tints of Tyrian Purple #710B45

Color information

#710B45 (or 0x710B45) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0B and 45. RGB value is (113,11,69). Sum of RGB (Red+Green+Blue) = 113+11+69=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #710B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B45 is #8EF4BA. Grayscale: #2F2F2F. Windows color (decimal): -9368763 or 4524913. OLE color: 4524913.

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

Color convert

RGB1131169-
CMYK00.900.390.56
HSL325.88º82.26%24.31%-
HSV(B)325.88º90.27%44.31%-
XYZ84.186.02-
YUV48.11139.79174.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=58.55%
G=5.70%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113116900.900.390.56325.8882.2624.31
Hex71B4505A27381465218
Octal161131050132477050612230
Binary11100011011100010101011010100111111000101000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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