#710B4B

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

Shades of Tyrian Purple #710B4B

Tints of Tyrian Purple #710B4B

Color information

#710B4B (or 0x710B4B) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0B and 4B. RGB value is (113,11,75). Sum of RGB (Red+Green+Blue) = 113+11+75=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #710B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B4B is #8EF4B4. Grayscale: #303030. Windows color (decimal): -9368757 or 4918129. OLE color: 4918129.

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

Color convert

RGB1131175-
CMYK00.900.340.56
HSL322.35º82.26%24.31%-
HSV(B)322.35º90.27%44.31%-
XYZ8.24.267.05-
YUV48.79142.79173.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=56.78%
G=5.53%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113117500.900.340.56322.3582.2624.31
Hex71B4B05A22381425218
Octal161131130132427050212230
Binary11100011011100101101011010100010111000101000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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