#76004A

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

Shades of Tyrian Purple #76004A

Tints of Tyrian Purple #76004A

Color information

#76004A (or 0x76004A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 4A. RGB value is (118,0,74). Sum of RGB (Red+Green+Blue) = 118+0+74=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #76004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76004A is #89FFB5. Grayscale: #2B2B2B. Windows color (decimal): -9043894 or 4849782. OLE color: 4849782.

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

Color convert

RGB118074-
CMYK010.370.54
HSL322.37º100%23.14%-
HSV(B)322.37º100%46.27%-
XYZ8.714.356.86-
YUV43.72145.09180.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=61.46%
G=0%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118074010.370.54322.3710023.14
Hex7604A06425361426417
Octal16601120144456650214427
Binary11101100100101001100100100101110110101000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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