Html Css Color HEX #76009F Dark Magenta

📋 copy color: '#76009F'

red 118 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #76009F

Tints of Dark Magenta #76009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 42.6%
G = 0%
B = 57.4%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76009F (or 0x76009F) is known color: Dark Magenta. HEX triplet: 76, 00 and 9F. RGB value is (118,0,159). Sum of RGB (Red+Green+Blue) = 118+0+159=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #76009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76009F is #89FF60. Grayscale: #343434. Windows color (decimal): -9043809 or 10420342. OLE color: 10420342.

HSL color Cylindrical-coordinate representation of color #76009F: hue angle of 284.53º 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 #76009F is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 0 159 -
CMYK 0.26 1 0 0.38
HSL 284.53º 1% 0.31% -
HSV(B) 284.53º 1% 0.62% -
XYZ 13.73 6.35 33.3 -
YUV 53.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 118 0 159 0.26 1 0 0.38 284.53 1 0.31
Hex 76 0 9F 1A 64 0 26 11D 64 1F
Octal 166 0 237 32 144 0 46 435 144 37
Binary 1110110 0 10011111 11010 1100100 0 100110 100011101 1100100 11111

Color Harmonies of #76009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76009F

Black with #76009F

Text Example


Text Example

White with #76009F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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