#71084E

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

Shades of Tyrian Purple #71084E

Tints of Tyrian Purple #71084E

Color information

#71084E (or 0x71084E) is unknown color: approx Tyrian Purple. HEX triplet: 71, 08 and 4E. RGB value is (113,8,78). Sum of RGB (Red+Green+Blue) = 113+8+78=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71084E is #8EF7B1. Grayscale: #2F2F2F. Windows color (decimal): -9369522 or 5113969. OLE color: 5113969.

HSL color Cylindrical-coordinate representation of color #71084E: hue angle of 320º 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 #71084E is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB113878-
CMYK00.930.310.56
HSL320º86.78%23.73%-
HSV(B)320º92.92%44.31%-
XYZ8.274.237.59-
YUV47.38145.29174.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=56.78%
G=4.02%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11387800.930.310.5632086.7823.73
Hex7184E05D1F381405718
Octal161101160135377050012730
Binary1110001100010011100101110111111111000101000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71084E; }

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

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

<style>
 a { background-color: #71084E; }

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

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

<style>
 span { border-color: #71084E; }

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

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