#76004E

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

Shades of Tyrian Purple #76004E

Tints of Tyrian Purple #76004E

Color information

#76004E (or 0x76004E) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 4E. RGB value is (118,0,78). Sum of RGB (Red+Green+Blue) = 118+0+78=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76004E is #89FFB1. Grayscale: #2B2B2B. Windows color (decimal): -9043890 or 5111926. OLE color: 5111926.

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

Color convert

RGB118078-
CMYK010.340.54
HSL320.34º100%23.14%-
HSV(B)320.34º100%46.27%-
XYZ8.854.47.59-
YUV44.17147.09180.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=60.20%
G=0%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118078010.340.54320.3410023.14
Hex7604E06422361406417
Octal16601160144426650014427
Binary11101100100111001100100100010110110101000000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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