#76074A

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

Shades of Tyrian Purple #76074A

Tints of Tyrian Purple #76074A

Color information

#76074A (or 0x76074A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 07 and 4A. RGB value is (118,7,74). Sum of RGB (Red+Green+Blue) = 118+7+74=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76074A is #89F8B5. Grayscale: #2F2F2F. Windows color (decimal): -9042102 or 4851574. OLE color: 4851574.

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

Color convert

RGB118774-
CMYK00.940.370.54
HSL323.78º88.8%24.51%-
HSV(B)323.78º94.07%46.27%-
XYZ8.784.56.88-
YUV47.83142.77178.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=59.30%
G=3.52%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11877400.940.370.54323.7888.824.51
Hex7674A05E25361445919
Octal16671120136456650413131
Binary1110110111100101001011110100101110110101000100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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