Html Css Color HEX #7F0099 Dark Magenta

📋 copy color: '#7F0099'

red 127 ◦ green 0 ◦ blue 153

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

Shades of Dark Magenta #7F0099

Tints of Dark Magenta #7F0099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.64%

R = 45.36%
G = 0%
B = 54.64%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7F0099 (or 0x7F0099) is known color: Dark Magenta. HEX triplet: 7F, 00 and 99. RGB value is (127,0,153). Sum of RGB (Red+Green+Blue) = 127+0+153=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F0099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0099 is #80FF66. Grayscale: #363636. Windows color (decimal): -8453991 or 10027135. OLE color: 10027135.

HSL color Cylindrical-coordinate representation of color #7F0099: hue angle of 289.8º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0099 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 0 153 -
CMYK 0.17 1 0 0.4
HSL 289.8º 1% 0.3% -
HSV(B) 289.8º 1% 0.6% -
XYZ 14.5 6.81 30.69 -
YUV 55.42 183.08 179.06 -
System Red Green Blue C M Y K H S L
Decimal 127 0 153 0.17 1 0 0.4 289.8 1 0.3
Hex 7F 0 99 11 64 0 28 122 64 1E
Octal 177 0 231 21 144 0 50 442 144 36
Binary 1111111 0 10011001 10001 1100100 0 101000 100100010 1100100 11110

Color Harmonies of #7F0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0099

Black with #7F0099

Text Example


Text Example

White with #7F0099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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