#76084A

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

Shades of Tyrian Purple #76084A

Tints of Tyrian Purple #76084A

Color information

#76084A (or 0x76084A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 4A. RGB value is (118,8,74). Sum of RGB (Red+Green+Blue) = 118+8+74=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76084A is #89F7B5. Grayscale: #303030. Windows color (decimal): -9041846 or 4851830. OLE color: 4851830.

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

Color convert

RGB118874-
CMYK00.930.370.54
HSL324º87.3%24.71%-
HSV(B)324º93.22%46.27%-
XYZ8.794.526.89-
YUV48.41142.44177.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 74 (29.30% from 255) = 37%
R=59%
G=4%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11887400.930.370.5432487.324.71
Hex7684A05D25361445719
Octal166101120135456650412731
Binary11101101000100101001011101100101110110101000100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76084A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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