#760998

Color #760998 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #760998

Tints of Dark Magenta #760998

Color information

#760998 (or 0x760998) is unknown color: approx Dark Magenta. HEX triplet: 76, 09 and 98. RGB value is (118,9,152). Sum of RGB (Red+Green+Blue) = 118+9+152=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #760998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760998 is #89F667. Grayscale: #393939. Windows color (decimal): -9041512 or 9963894. OLE color: 9963894.

HSL color Cylindrical-coordinate representation of color #760998: hue angle of 285.73º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760998 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1189152-
CMYK0.220.9400.40
HSL285.73º88.82%31.57%-
HSV(B)285.73º94.08%59.61%-
XYZ13.246.3130.23-
YUV57.89181.11170.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 152 (59.77% from 255) = 54.48%
R=42.29%
G=3.23%
B=54.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11891520.220.9400.40285.7388.8231.57
Hex76998165E02811e5920
Octal166112302613605043613140
Binary111011010011001100010110101111001010001000111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760998; }

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

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

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

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

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

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

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

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