#76094A

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

Shades of Tyrian Purple #76094A

Tints of Tyrian Purple #76094A

Color information

#76094A (or 0x76094A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 09 and 4A. RGB value is (118,9,74). Sum of RGB (Red+Green+Blue) = 118+9+74=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76094A is #89F6B5. Grayscale: #303030. Windows color (decimal): -9041590 or 4852086. OLE color: 4852086.

HSL color Cylindrical-coordinate representation of color #76094A: hue angle of 324.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76094A is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB118974-
CMYK00.920.370.54
HSL324.22º85.83%24.9%-
HSV(B)324.22º92.37%46.27%-
XYZ8.84.546.89-
YUV49142.11177.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=58.71%
G=4.48%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11897400.920.370.54324.2285.8324.9
Hex7694A05C25361445619
Octal166111120134456650412631
Binary11101101001100101001011100100101110110101000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76094A; }

 p { color: rgb(118,9,74); }

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

<style>
 a { background-color: #76094A; }

 a { background-color: rgb(118,9,74); }

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

<style>
 span { border-color: #76094A; }

 span { border-color: rgb(118,9,74); }

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