#760945

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

Shades of Tyrian Purple #760945

Tints of Tyrian Purple #760945

Color information

#760945 (or 0x760945) is unknown color: approx Tyrian Purple. HEX triplet: 76, 09 and 45. RGB value is (118,9,69). Sum of RGB (Red+Green+Blue) = 118+9+69=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #760945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760945 is #89F6BA. Grayscale: #303030. Windows color (decimal): -9041595 or 4524406. OLE color: 4524406.

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

Color convert

RGB118969-
CMYK00.920.420.54
HSL326.97º85.83%24.9%-
HSV(B)326.97º92.37%46.27%-
XYZ8.644.486.04-
YUV48.43139.61177.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 9 (3.91% from 255) = 4.59%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=60.20%
G=4.59%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11896900.920.420.54326.9785.8324.9
Hex7694505C2A361475619
Octal166111050134526650712631
Binary11101101001100010101011100101010110110101000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760945; }

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

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

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

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

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

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

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

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