#760958

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

Shades of Tyrian Purple #760958

Tints of Tyrian Purple #760958

Color information

#760958 (or 0x760958) is unknown color: approx Tyrian Purple. HEX triplet: 76, 09 and 58. RGB value is (118,9,88). Sum of RGB (Red+Green+Blue) = 118+9+88=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #760958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760958 is #89F6A7. Grayscale: #323232. Windows color (decimal): -9041576 or 5769590. OLE color: 5769590.

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

Color convert

RGB118988-
CMYK00.920.250.54
HSL316.51º85.83%24.9%-
HSV(B)316.51º92.37%46.27%-
XYZ9.334.759.66-
YUV50.6149.11176.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 88 (34.77% from 255) = 40.93%
R=54.88%
G=4.19%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11898800.920.250.54316.5185.8324.9
Hex7695805C193613d5619
Octal166111300134316647512631
Binary1110110100110110000101110011001110110100111101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760958; }

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

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

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

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

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

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

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

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