#71083B

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

Shades of Tyrian Purple #71083B

Tints of Tyrian Purple #71083B

Color information

#71083B (or 0x71083B) is unknown color: approx Tyrian Purple. HEX triplet: 71, 08 and 3B. RGB value is (113,8,59). Sum of RGB (Red+Green+Blue) = 113+8+59=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71083B is #8EF7C4. Grayscale: #2D2D2D. Windows color (decimal): -9369541 or 3868785. OLE color: 3868785.

HSL color Cylindrical-coordinate representation of color #71083B: hue angle of 330.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71083B is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB113859-
CMYK00.930.480.56
HSL330.86º86.78%23.73%-
HSV(B)330.86º92.92%44.31%-
XYZ7.6944.5-
YUV45.21135.79176.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.78%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=62.78%
G=4.44%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11385900.930.480.56330.8686.7823.73
Hex7183B05D303814b5718
Octal16110730135607051312730
Binary1110001100011101101011101110000111000101001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71083B; }

 p { color: rgb(113,8,59); }

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

<style>
 a { background-color: #71083B; }

 a { background-color: rgb(113,8,59); }

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

<style>
 span { border-color: #71083B; }

 span { border-color: rgb(113,8,59); }

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