#76009b

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

Shades of Dark Magenta #76009B

Tints of Dark Magenta #76009B

Color information

#76009B (or 0x76009B) is unknown color: approx Dark Magenta. HEX triplet: 76, 00 and 9B. RGB value is (118,0,155). Sum of RGB (Red+Green+Blue) = 118+0+155=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #76009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76009B is #89FF64. Grayscale: #343434. Windows color (decimal): -9043813 or 10158198. OLE color: 10158198.

HSL color Cylindrical-coordinate representation of color #76009B: hue angle of 285.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76009B is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1180155-
CMYK0.24100.39
HSL285.68º100%30.39%-
HSV(B)285.68º100%60.78%-
XYZ13.396.2231.5-
YUV52.95185.59174.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=43.22%
G=0%
B=56.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11801550.24100.39285.6810030.39
Hex7609B186402711e641e
Octal16602333014404743614436
Binary11101100100110111100011001000100111100011110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76009b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76009b; }

 p { color: rgb(118,0,155); }

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

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

 a { background-color: rgb(118,0,155); }

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

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

 span { border-color: rgb(118,0,155); }

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