Html Css Color HEX #7F0296 Dark Magenta

📋 copy color: '#7F0296'

red 127 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #7F0296

Tints of Dark Magenta #7F0296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.76%

R = 45.52%
G = 0.72%
B = 53.76%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7F0296 (or 0x7F0296) is known color: Dark Magenta. HEX triplet: 7F, 02 and 96. RGB value is (127,2,150). Sum of RGB (Red+Green+Blue) = 127+2+150=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #7F0296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0296 is #80FD69. Grayscale: #373737. Windows color (decimal): -8453482 or 9831039. OLE color: 9831039.

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

Color convert

RGB 127 2 150 -
CMYK 0.15 0.99 0 0.41
HSL 290.68º 0.97% 0.3% -
HSV(B) 290.68º 0.99% 0.59% -
XYZ 14.28 6.76 29.41 -
YUV 56.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 127 2 150 0.15 0.99 0 0.41 290.68 0.97 0.3
Hex 7F 2 96 F 63 0 29 123 61 1E
Octal 177 2 226 17 143 0 51 443 141 36
Binary 1111111 10 10010110 1111 1100011 0 101001 100100011 1100001 11110

Color Harmonies of #7F0296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0296

Black with #7F0296

Text Example


Text Example

White with #7F0296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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