Html Css Color HEX #7F029F Dark Magenta

📋 copy color: '#7F029F'

red 127 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #7F029F

Tints of Dark Magenta #7F029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 44.1%
G = 0.69%
B = 55.21%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F029F (or 0x7F029F) is known color: Dark Magenta. HEX triplet: 7F, 02 and 9F. RGB value is (127,2,159). Sum of RGB (Red+Green+Blue) = 127+2+159=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F029F is #80FD60. Grayscale: #383838. Windows color (decimal): -8453473 or 10420863. OLE color: 10420863.

HSL color Cylindrical-coordinate representation of color #7F029F: hue angle of 287.77º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F029F is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 2 159 -
CMYK 0.20 0.99 0 0.38
HSL 287.77º 0.98% 0.32% -
HSV(B) 287.77º 0.99% 0.62% -
XYZ 15.03 7.06 33.37 -
YUV 57.27 185.41 177.73 -
System Red Green Blue C M Y K H S L
Decimal 127 2 159 0.20 0.99 0 0.38 287.77 0.98 0.32
Hex 7F 2 9F 14 63 0 26 120 62 20
Octal 177 2 237 24 143 0 46 440 142 40
Binary 1111111 10 10011111 10100 1100011 0 100110 100100000 1100010 100000

Color Harmonies of #7F029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F029F

Black with #7F029F

Text Example


Text Example

White with #7F029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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