Html Css Color HEX #7F1297 Dark Magenta

📋 copy color: '#7F1297'

red 127 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #7F1297

Tints of Dark Magenta #7F1297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

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

R = 42.91%
G = 6.08%
B = 51.01%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7F1297 (or 0x7F1297) is known color: Dark Magenta. HEX triplet: 7F, 12 and 97. RGB value is (127,18,151). Sum of RGB (Red+Green+Blue) = 127+18+151=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #7F1297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1297 is #80ED68. Grayscale: #414141. Windows color (decimal): -8449385 or 9900671. OLE color: 9900671.

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

Color convert

RGB 127 18 151 -
CMYK 0.16 0.88 0 0.41
HSL 289.17º 0.79% 0.33% -
HSV(B) 289.17º 0.88% 0.59% -
XYZ 14.55 7.18 29.9 -
YUV 65.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 127 18 151 0.16 0.88 0 0.41 289.17 0.79 0.33
Hex 7F 12 97 10 58 0 29 121 4F 21
Octal 177 22 227 20 130 0 51 441 117 41
Binary 1111111 10010 10010111 10000 1011000 0 101001 100100001 1001111 100001

Color Harmonies of #7F1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1297

Black with #7F1297

Text Example


Text Example

White with #7F1297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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