#710B3C

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

Shades of Tyrian Purple #710B3C

Tints of Tyrian Purple #710B3C

Color information

#710B3C (or 0x710B3C) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0B and 3C. RGB value is (113,11,60). Sum of RGB (Red+Green+Blue) = 113+11+60=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #710B3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B3C is #8EF4C3. Grayscale: #2E2E2E. Windows color (decimal): -9368772 or 3935089. OLE color: 3935089.

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

Color convert

RGB1131160-
CMYK00.900.470.56
HSL331.18º82.26%24.31%-
HSV(B)331.18º90.27%44.31%-
XYZ7.754.084.65-
YUV47.08135.29175.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.41%
GREEN value IS 11 (4.69% from 255) = 5.98%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=61.41%
G=5.98%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113116000.900.470.56331.1882.2624.31
Hex71B3C05A2F3814b5218
Octal16113740132577051312230
Binary1110001101111110001011010101111111000101001011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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