#760495

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

Shades of Dark Magenta #760495

Tints of Dark Magenta #760495

Color information

#760495 (or 0x760495) is unknown color: approx Dark Magenta. HEX triplet: 76, 04 and 95. RGB value is (118,4,149). Sum of RGB (Red+Green+Blue) = 118+4+149=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #760495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760495 is #89FB6A. Grayscale: #363636. Windows color (decimal): -9042795 or 9766006. OLE color: 9766006.

HSL color Cylindrical-coordinate representation of color #760495: hue angle of 287.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760495 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1184149-
CMYK0.210.9700.42
HSL287.17º94.77%30%-
HSV(B)287.17º97.32%58.43%-
XYZ12.946.1128.93-
YUV54.62181.27173.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.54%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=43.54%
G=1.48%
B=54.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11841490.210.9700.42287.1794.7730
Hex76495156102A11f5f1e
Octal16642252514105243713736
Binary1110110100100101011010111000010101010100011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760495; }

 p { color: rgb(118,4,149); }

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

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

 a { background-color: rgb(118,4,149); }

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

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

 span { border-color: rgb(118,4,149); }

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