Html Css Color HEX #76009E Dark Magenta

📋 copy color: '#76009E'

red 118 ◦ green 0 ◦ blue 158

#76009E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #76009E

Tints of Dark Magenta #76009E

RGB

 RED value IS 118 (46.48% from 255) = 42.75%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 42.75%
G = 0%
B = 57.25%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76009E (or 0x76009E) is known color: Dark Magenta. HEX triplet: 76, 00 and 9E. RGB value is (118,0,158). Sum of RGB (Red+Green+Blue) = 118+0+158=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #76009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76009E is #89FF61. Grayscale: #343434. Windows color (decimal): -9043810 or 10354806. OLE color: 10354806.

HSL color Cylindrical-coordinate representation of color #76009E: hue angle of 284.81º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #76009E is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 0 158 -
CMYK 0.25 1 0 0.38
HSL 284.81º 1% 0.31% -
HSV(B) 284.81º 1% 0.62% -
XYZ 13.64 6.32 32.85 -
YUV 53.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 118 0 158 0.25 1 0 0.38 284.81 1 0.31
Hex 76 0 9E 19 64 0 26 11D 64 1F
Octal 166 0 236 31 144 0 46 435 144 37
Binary 1110110 0 10011110 11001 1100100 0 100110 100011101 1100100 11111

Color Harmonies of #76009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76009E

Black with #76009E

Text Example


Text Example

White with #76009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76009E;
 }
 .AnyTagClassName
 {
   color: #76009E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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