#710B53

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

Shades of Tyrian Purple #710B53

Tints of Tyrian Purple #710B53

Color information

#710B53 (or 0x710B53) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0B and 53. RGB value is (113,11,83). Sum of RGB (Red+Green+Blue) = 113+11+83=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #710B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B53 is #8EF4AC. Grayscale: #313131. Windows color (decimal): -9368749 or 5442417. OLE color: 5442417.

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

Color convert

RGB1131183-
CMYK00.900.270.56
HSL317.65º82.26%24.31%-
HSV(B)317.65º90.27%44.31%-
XYZ8.494.378.58-
YUV49.71146.79173.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=54.59%
G=5.31%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113118300.900.270.56317.6582.2624.31
Hex71B5305A1B3813e5218
Octal161131230132337047612230
Binary1110001101110100110101101011011111000100111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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