#76014F

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

Shades of Tyrian Purple #76014F

Tints of Tyrian Purple #76014F

Color information

#76014F (or 0x76014F) is unknown color: approx Tyrian Purple. HEX triplet: 76, 01 and 4F. RGB value is (118,1,79). Sum of RGB (Red+Green+Blue) = 118+1+79=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76014F is #89FEB0. Grayscale: #2C2C2C. Windows color (decimal): -9043633 or 5177718. OLE color: 5177718.

HSL color Cylindrical-coordinate representation of color #76014F: hue angle of 320º 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 #76014F is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB118179-
CMYK00.990.330.54
HSL320º98.32%23.33%-
HSV(B)320º99.15%46.27%-
XYZ8.894.447.78-
YUV44.88147.26180.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=59.60%
G=0.51%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11817900.990.330.5432098.3223.33
Hex7614F06321361406217
Octal16611170143416650014227
Binary11101101100111101100011100001110110101000000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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