Html Css Color HEX #7F009F Dark Magenta

📋 copy color: '#7F009F'

red 127 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #7F009F

Tints of Dark Magenta #7F009F

RGB

 RED value IS 127 (50% from 255) = 44.41%

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

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

R = 44.41%
G = 0%
B = 55.59%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F009F (or 0x7F009F) is known color: Dark Magenta. HEX triplet: 7F, 00 and 9F. RGB value is (127,0,159). Sum of RGB (Red+Green+Blue) = 127+0+159=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F009F is #80FF60. Grayscale: #373737. Windows color (decimal): -8453985 or 10420351. OLE color: 10420351.

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

Color convert

RGB 127 0 159 -
CMYK 0.20 1 0 0.38
HSL 287.92º 1% 0.31% -
HSV(B) 287.92º 1% 0.62% -
XYZ 15.01 7.02 33.36 -
YUV 56.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 127 0 159 0.20 1 0 0.38 287.92 1 0.31
Hex 7F 0 9F 14 64 0 26 120 64 1F
Octal 177 0 237 24 144 0 46 440 144 37
Binary 1111111 0 10011111 10100 1100100 0 100110 100100000 1100100 11111

Color Harmonies of #7F009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F009F

Black with #7F009F

Text Example


Text Example

White with #7F009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F009F; }

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

 H1.HeaderClassName
 {
   color: #7F009F;
 }
 .AnyTagClassName
 {
   color: #7F009F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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