Html Css Color HEX #7F019B Dark Magenta

📋 copy color: '#7F019B'

red 127 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #7F019B

Tints of Dark Magenta #7F019B

RGB

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

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

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

R = 44.88%
G = 0.35%
B = 54.77%

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

#7F019B (or 0x7F019B) is known color: Dark Magenta. HEX triplet: 7F, 01 and 9B. RGB value is (127,1,155). Sum of RGB (Red+Green+Blue) = 127+1+155=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F019B is #80FE64. Grayscale: #373737. Windows color (decimal): -8453733 or 10158463. OLE color: 10158463.

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

Color convert

RGB 127 1 155 -
CMYK 0.18 0.99 0 0.39
HSL 289.09º 0.99% 0.31% -
HSV(B) 289.09º 0.99% 0.61% -
XYZ 14.68 6.9 31.57 -
YUV 56.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 127 1 155 0.18 0.99 0 0.39 289.09 0.99 0.31
Hex 7F 1 9B 12 63 0 27 121 63 1F
Octal 177 1 233 22 143 0 47 441 143 37
Binary 1111111 1 10011011 10010 1100011 0 100111 100100001 1100011 11111

Color Harmonies of #7F019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F019B

Black with #7F019B

Text Example


Text Example

White with #7F019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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