Html Css Color HEX #7F0E9E Dark Magenta

📋 copy color: '#7F0E9E'

red 127 ◦ green 14 ◦ blue 158

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

Shades of Dark Magenta #7F0E9E

Tints of Dark Magenta #7F0E9E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.68%

 BLUE value IS 158 (62.11% from 255) = 52.84%

R = 42.47%
G = 4.68%
B = 52.84%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F0E9E (or 0x7F0E9E) is known color: Dark Magenta. HEX triplet: 7F, 0E and 9E. RGB value is (127,14,158). Sum of RGB (Red+Green+Blue) = 127+14+158=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F0E9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0E9E is #80F161. Grayscale: #3F3F3F. Windows color (decimal): -8450402 or 10358399. OLE color: 10358399.

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

Color convert

RGB 127 14 158 -
CMYK 0.20 0.91 0 0.38
HSL 287.08º 0.84% 0.34% -
HSV(B) 287.08º 0.91% 0.62% -
XYZ 15.08 7.29 32.96 -
YUV 64.2 180.94 172.79 -
System Red Green Blue C M Y K H S L
Decimal 127 14 158 0.20 0.91 0 0.38 287.08 0.84 0.34
Hex 7F E 9E 14 5B 0 26 11F 54 22
Octal 177 16 236 24 133 0 46 437 124 42
Binary 1111111 1110 10011110 10100 1011011 0 100110 100011111 1010100 100010

Color Harmonies of #7F0E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0E9E

Black with #7F0E9E

Text Example


Text Example

White with #7F0E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,14,158); }

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

background-color css

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

 a { background-color: rgb(127,14,158); }

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

border-color css

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

 span { border-color: rgb(127,14,158); }

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