#710B50

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

Shades of Tyrian Purple #710B50

Tints of Tyrian Purple #710B50

Color information

#710B50 (or 0x710B50) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0B and 50. RGB value is (113,11,80). Sum of RGB (Red+Green+Blue) = 113+11+80=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #710B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B50 is #8EF4AF. Grayscale: #313131. Windows color (decimal): -9368752 or 5245809. OLE color: 5245809.

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

Color convert

RGB1131180-
CMYK00.900.290.56
HSL319.41º82.26%24.31%-
HSV(B)319.41º90.27%44.31%-
XYZ8.384.337.98-
YUV49.36145.29173.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=55.39%
G=5.39%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113118000.900.290.56319.4182.2624.31
Hex71B5005A1D3813f5218
Octal161131200132357047712230
Binary1110001101110100000101101011101111000100111111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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