Html Css Color HEX #7F019C Dark Magenta

📋 copy color: '#7F019C'

red 127 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #7F019C

Tints of Dark Magenta #7F019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 156 (61.33% from 255) = 54.93%

R = 44.72%
G = 0.35%
B = 54.93%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F019C (or 0x7F019C) is known color: Dark Magenta. HEX triplet: 7F, 01 and 9C. RGB value is (127,1,156). Sum of RGB (Red+Green+Blue) = 127+1+156=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F019C is #80FE63. Grayscale: #373737. Windows color (decimal): -8453732 or 10223999. OLE color: 10223999.

HSL color Cylindrical-coordinate representation of color #7F019C: hue angle of 288.77º degrees, saturation: 0.99, 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 #7F019C is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 1 156 -
CMYK 0.19 0.99 0 0.39
HSL 288.77º 0.99% 0.31% -
HSV(B) 288.77º 0.99% 0.61% -
XYZ 14.76 6.93 32.01 -
YUV 56.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 127 1 156 0.19 0.99 0 0.39 288.77 0.99 0.31
Hex 7F 1 9C 13 63 0 27 121 63 1F
Octal 177 1 234 23 143 0 47 441 143 37
Binary 1111111 1 10011100 10011 1100011 0 100111 100100001 1100011 11111

Color Harmonies of #7F019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F019C

Black with #7F019C

Text Example


Text Example

White with #7F019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,1,156); }

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

background-color css

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

 a { background-color: rgb(127,1,156); }

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

border-color css

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

 span { border-color: rgb(127,1,156); }

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