#71094E

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

Shades of Tyrian Purple #71094E

Tints of Tyrian Purple #71094E

Color information

#71094E (or 0x71094E) is unknown color: approx Tyrian Purple. HEX triplet: 71, 09 and 4E. RGB value is (113,9,78). Sum of RGB (Red+Green+Blue) = 113+9+78=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #71094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71094E is #8EF6B1. Grayscale: #2F2F2F. Windows color (decimal): -9369266 or 5114225. OLE color: 5114225.

HSL color Cylindrical-coordinate representation of color #71094E: hue angle of 320.19º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71094E is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB113978-
CMYK00.920.310.56
HSL320.19º85.25%23.92%-
HSV(B)320.19º92.04%44.31%-
XYZ8.284.267.59-
YUV47.96144.96174.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.5%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 78 (30.86% from 255) = 39%
R=56.5%
G=4.5%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11397800.920.310.56320.1985.2523.92
Hex7194E05C1F381405518
Octal161111160134377050012530
Binary1110001100110011100101110011111111000101000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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