#710B32

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

Shades of Tyrian Purple #710B32

Tints of Tyrian Purple #710B32

Color information

#710B32 (or 0x710B32) is unknown color: approx Tyrian Purple. HEX triplet: 71, 0B and 32. RGB value is (113,11,50). Sum of RGB (Red+Green+Blue) = 113+11+50=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #710B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B32 is #8EF4CD. Grayscale: #2D2D2D. Windows color (decimal): -9368782 or 3279729. OLE color: 3279729.

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

Color convert

RGB1131150-
CMYK00.900.560.56
HSL337.06º82.26%24.31%-
HSV(B)337.06º90.27%44.31%-
XYZ7.513.983.39-
YUV45.94130.29175.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.94%
GREEN value IS 11 (4.69% from 255) = 6.32%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=64.94%
G=6.32%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113115000.900.560.56337.0682.2624.31
Hex71B3205A38381515218
Octal16113620132707052112230
Binary1110001101111001001011010111000111000101010001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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