#761297

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

Shades of Dark Magenta #761297

Tints of Dark Magenta #761297

Color information

#761297 (or 0x761297) is unknown color: approx Dark Magenta. HEX triplet: 76, 12 and 97. RGB value is (118,18,151). Sum of RGB (Red+Green+Blue) = 118+18+151=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #761297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761297 is #89ED68. Grayscale: #3E3E3E. Windows color (decimal): -9039209 or 9900662. OLE color: 9900662.

HSL color Cylindrical-coordinate representation of color #761297: hue angle of 285.11º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761297 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11818151-
CMYK0.220.8800.41
HSL285.11º78.7%33.14%-
HSV(B)285.11º88.08%59.22%-
XYZ13.276.5229.84-
YUV63.06177.63167.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=41.11%
G=6.27%
B=52.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118181510.220.8800.41285.1178.733.14
Hex761297165802911d4f21
Octal166222272613005143511741
Binary1110110100101001011110110101100001010011000111011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761297; }

 p { color: rgb(118,18,151); }

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

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

 a { background-color: rgb(118,18,151); }

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

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

 span { border-color: rgb(118,18,151); }

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