Html Css Color HEX #7F029B Dark Magenta

📋 copy color: '#7F029B'

red 127 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #7F029B

Tints of Dark Magenta #7F029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.58%

R = 44.72%
G = 0.7%
B = 54.58%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F029B (or 0x7F029B) is known color: Dark Magenta. HEX triplet: 7F, 02 and 9B. RGB value is (127,2,155). Sum of RGB (Red+Green+Blue) = 127+2+155=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F029B is #80FD64. Grayscale: #383838. Windows color (decimal): -8453477 or 10158719. OLE color: 10158719.

HSL color Cylindrical-coordinate representation of color #7F029B: hue angle of 289.02º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F029B is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 2 155 -
CMYK 0.18 0.99 0 0.39
HSL 289.02º 0.97% 0.31% -
HSV(B) 289.02º 0.99% 0.61% -
XYZ 14.69 6.92 31.57 -
YUV 56.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 127 2 155 0.18 0.99 0 0.39 289.02 0.97 0.31
Hex 7F 2 9B 12 63 0 27 121 61 1F
Octal 177 2 233 22 143 0 47 441 141 37
Binary 1111111 10 10011011 10010 1100011 0 100111 100100001 1100001 11111

Color Harmonies of #7F029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F029B

Black with #7F029B

Text Example


Text Example

White with #7F029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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