#760849

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

Shades of Tyrian Purple #760849

Tints of Tyrian Purple #760849

Color information

#760849 (or 0x760849) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 49. RGB value is (118,8,73). Sum of RGB (Red+Green+Blue) = 118+8+73=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #760849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760849 is #89F7B6. Grayscale: #303030. Windows color (decimal): -9041847 or 4786294. OLE color: 4786294.

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

Color convert

RGB118873-
CMYK00.930.380.54
HSL324.55º87.3%24.71%-
HSV(B)324.55º93.22%46.27%-
XYZ8.764.516.71-
YUV48.3141.94177.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=59.30%
G=4.02%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11887300.930.380.54324.5587.324.71
Hex7684905D26361455719
Octal166101110135466650512731
Binary11101101000100100101011101100110110110101000101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760849; }

 p { color: rgb(118,8,73); }

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

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

 a { background-color: rgb(118,8,73); }

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

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

 span { border-color: rgb(118,8,73); }

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