#71094D

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

Shades of Tyrian Purple #71094D

Tints of Tyrian Purple #71094D

Color information

#71094D (or 0x71094D) is unknown color: approx Tyrian Purple. HEX triplet: 71, 09 and 4D. RGB value is (113,9,77). Sum of RGB (Red+Green+Blue) = 113+9+77=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #71094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71094D is #8EF6B2. Grayscale: #2F2F2F. Windows color (decimal): -9369267 or 5048689. OLE color: 5048689.

HSL color Cylindrical-coordinate representation of color #71094D: hue angle of 320.77º 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 #71094D is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB113977-
CMYK00.920.320.56
HSL320.77º85.25%23.92%-
HSV(B)320.77º92.04%44.31%-
XYZ8.254.247.41-
YUV47.85144.46174.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=56.78%
G=4.52%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11397700.920.320.56320.7785.2523.92
Hex7194D05C20381415518
Octal161111150134407050112530
Binary11100011001100110101011100100000111000101000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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