#760942

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

Shades of Tyrian Purple #760942

Tints of Tyrian Purple #760942

Color information

#760942 (or 0x760942) is unknown color: approx Tyrian Purple. HEX triplet: 76, 09 and 42. RGB value is (118,9,66). Sum of RGB (Red+Green+Blue) = 118+9+66=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #760942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760942 is #89F6BD. Grayscale: #2F2F2F. Windows color (decimal): -9041598 or 4327798. OLE color: 4327798.

HSL color Cylindrical-coordinate representation of color #760942: hue angle of 328.62º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760942 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB118966-
CMYK00.920.440.54
HSL328.62º85.83%24.9%-
HSV(B)328.62º92.37%46.27%-
XYZ8.554.445.56-
YUV48.09138.11177.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.14%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 66 (26.17% from 255) = 34.20%
R=61.14%
G=4.66%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11896600.920.440.54328.6285.8324.9
Hex7694205C2C361495619
Octal166111020134546651112631
Binary11101101001100001001011100101100110110101001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760942; }

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

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

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

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

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

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

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

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