#76014D

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

Shades of Tyrian Purple #76014D

Tints of Tyrian Purple #76014D

Color information

#76014D (or 0x76014D) is unknown color: approx Tyrian Purple. HEX triplet: 76, 01 and 4D. RGB value is (118,1,77). Sum of RGB (Red+Green+Blue) = 118+1+77=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76014D is #89FEB2. Grayscale: #2C2C2C. Windows color (decimal): -9043635 or 5046646. OLE color: 5046646.

HSL color Cylindrical-coordinate representation of color #76014D: hue angle of 321.03º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76014D is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB118177-
CMYK00.990.350.54
HSL321.03º98.32%23.33%-
HSV(B)321.03º99.15%46.27%-
XYZ8.824.417.41-
YUV44.65146.26180.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=60.20%
G=0.51%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11817700.990.350.54321.0398.3223.33
Hex7614D06323361416217
Octal16611150143436650114227
Binary11101101100110101100011100011110110101000001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76014D; }

 p { color: rgb(118,1,77); }

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

<style>
 a { background-color: #76014D; }

 a { background-color: rgb(118,1,77); }

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

<style>
 span { border-color: #76014D; }

 span { border-color: rgb(118,1,77); }

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