#710B3D

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

Shades of Tyrian Purple #710B3D

Tints of Tyrian Purple #710B3D

Color information

#710B3D (or 0x710B3D) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0B and 3D. RGB value is (113,11,61). Sum of RGB (Red+Green+Blue) = 113+11+61=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #710B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B3D is #8EF4C2. Grayscale: #2F2F2F. Windows color (decimal): -9368771 or 4000625. OLE color: 4000625.

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

Color convert

RGB1131161-
CMYK00.900.460.56
HSL330.59º82.26%24.31%-
HSV(B)330.59º90.27%44.31%-
XYZ7.774.094.79-
YUV47.2135.79174.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.08%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=61.08%
G=5.95%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113116100.900.460.56330.5982.2624.31
Hex71B3D05A2E3814b5218
Octal16113750132567051312230
Binary1110001101111110101011010101110111000101001011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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