#76004D

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

Shades of Tyrian Purple #76004D

Tints of Tyrian Purple #76004D

Color information

#76004D (or 0x76004D) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 4D. RGB value is (118,0,77). Sum of RGB (Red+Green+Blue) = 118+0+77=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76004D is #89FFB2. Grayscale: #2B2B2B. Windows color (decimal): -9043891 or 5046390. OLE color: 5046390.

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

Color convert

RGB118077-
CMYK010.350.54
HSL320.85º100%23.14%-
HSV(B)320.85º100%46.27%-
XYZ8.814.397.4-
YUV44.06146.59180.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=60.51%
G=0%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118077010.350.54320.8510023.14
Hex7604D06423361416417
Octal16601150144436650114427
Binary11101100100110101100100100011110110101000001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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