#760042

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

Shades of Tyrian Purple #760042

Tints of Tyrian Purple #760042

Color information

#760042 (or 0x760042) is unknown color: approx Tyrian Purple. HEX triplet: 76, 00 and 42. RGB value is (118,0,66). Sum of RGB (Red+Green+Blue) = 118+0+66=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #760042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760042 is #89FFBD. Grayscale: #2A2A2A. Windows color (decimal): -9043902 or 4325494. OLE color: 4325494.

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

Color convert

RGB118066-
CMYK010.440.54
HSL326.44º100%23.14%-
HSV(B)326.44º100%46.27%-
XYZ8.454.245.53-
YUV42.81141.09181.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=64.13%
G=0%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118066010.440.54326.4410023.14
Hex760420642C361466417
Octal16601020144546650614427
Binary11101100100001001100100101100110110101000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760042; }

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

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

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

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

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

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

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

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