Html Css Color HEX #7F0497 Dark Magenta

📋 copy color: '#7F0497'

red 127 ◦ green 4 ◦ blue 151

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

Shades of Dark Magenta #7F0497

Tints of Dark Magenta #7F0497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 45.04%
G = 1.42%
B = 53.55%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7F0497 (or 0x7F0497) is known color: Dark Magenta. HEX triplet: 7F, 04 and 97. RGB value is (127,4,151). Sum of RGB (Red+Green+Blue) = 127+4+151=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F0497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0497 is #80FB68. Grayscale: #393939. Windows color (decimal): -8452969 or 9897087. OLE color: 9897087.

HSL color Cylindrical-coordinate representation of color #7F0497: hue angle of 290.2º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F0497 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 127 4 151 -
CMYK 0.16 0.97 0 0.41
HSL 290.2º 0.95% 0.3% -
HSV(B) 290.2º 0.97% 0.59% -
XYZ 14.38 6.83 29.84 -
YUV 57.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 127 4 151 0.16 0.97 0 0.41 290.2 0.95 0.3
Hex 7F 4 97 10 61 0 29 122 5F 1E
Octal 177 4 227 20 141 0 51 442 137 36
Binary 1111111 100 10010111 10000 1100001 0 101001 100100010 1011111 11110

Color Harmonies of #7F0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0497

Black with #7F0497

Text Example


Text Example

White with #7F0497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,4,151); }

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

background-color css

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

 a { background-color: rgb(127,4,151); }

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

border-color css

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

 span { border-color: rgb(127,4,151); }

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