#76004C

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

Shades of Tyrian Purple #76004C

Tints of Tyrian Purple #76004C

Color information

#76004C (or 0x76004C) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 4C. RGB value is (118,0,76). Sum of RGB (Red+Green+Blue) = 118+0+76=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76004C is #89FFB3. Grayscale: #2B2B2B. Windows color (decimal): -9043892 or 4980854. OLE color: 4980854.

HSL color Cylindrical-coordinate representation of color #76004C: hue angle of 321.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76004C is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB118076-
CMYK010.360.54
HSL321.36º100%23.14%-
HSV(B)321.36º100%46.27%-
XYZ8.784.377.22-
YUV43.95146.09180.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=60.82%
G=0%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118076010.360.54321.3610023.14
Hex7604C06424361416417
Octal16601140144446650114427
Binary11101100100110001100100100100110110101000001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76004C; }

 p { color: rgb(118,0,76); }

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

<style>
 a { background-color: #76004C; }

 a { background-color: rgb(118,0,76); }

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

<style>
 span { border-color: #76004C; }

 span { border-color: rgb(118,0,76); }

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