#76024A

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

Shades of Tyrian Purple #76024A

Tints of Tyrian Purple #76024A

Color information

#76024A (or 0x76024A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 4A. RGB value is (118,2,74). Sum of RGB (Red+Green+Blue) = 118+2+74=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76024A is #89FDB5. Grayscale: #2C2C2C. Windows color (decimal): -9043382 or 4850294. OLE color: 4850294.

HSL color Cylindrical-coordinate representation of color #76024A: hue angle of 322.76º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76024A is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB118274-
CMYK00.980.370.54
HSL322.76º96.67%23.53%-
HSV(B)322.76º98.31%46.27%-
XYZ8.734.396.87-
YUV44.89144.43180.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 74 (29.30% from 255) = 38.14%
R=60.82%
G=1.03%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11827400.980.370.54322.7696.6723.53
Hex7624A06225361436118
Octal16621120142456650314130
Binary111011010100101001100010100101110110101000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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