#76084E

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

Shades of Tyrian Purple #76084E

Tints of Tyrian Purple #76084E

Color information

#76084E (or 0x76084E) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 4E. RGB value is (118,8,78). Sum of RGB (Red+Green+Blue) = 118+8+78=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #76084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76084E is #89F7B1. Grayscale: #303030. Windows color (decimal): -9041842 or 5113974. OLE color: 5113974.

HSL color Cylindrical-coordinate representation of color #76084E: hue angle of 321.82º 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 #76084E is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB118878-
CMYK00.930.340.54
HSL321.82º87.3%24.71%-
HSV(B)321.82º93.22%46.27%-
XYZ8.934.587.62-
YUV48.87144.44177.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=57.84%
G=3.92%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11887800.930.340.54321.8287.324.71
Hex7684E05D22361425719
Octal166101160135426650212731
Binary11101101000100111001011101100010110110101000010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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