Html Css Color HEX #7F1095 Dark Magenta

📋 copy color: '#7F1095'

red 127 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #7F1095

Tints of Dark Magenta #7F1095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

 BLUE value IS 149 (58.59% from 255) = 51.03%

R = 43.49%
G = 5.48%
B = 51.03%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F1095 (or 0x7F1095) is known color: Dark Magenta. HEX triplet: 7F, 10 and 95. RGB value is (127,16,149). Sum of RGB (Red+Green+Blue) = 127+16+149=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1095 is #80EF6A. Grayscale: #3F3F3F. Windows color (decimal): -8449899 or 9769087. OLE color: 9769087.

HSL color Cylindrical-coordinate representation of color #7F1095: hue angle of 290.08º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F1095 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 16 149 -
CMYK 0.15 0.89 0 0.42
HSL 290.08º 0.81% 0.32% -
HSV(B) 290.08º 0.89% 0.58% -
XYZ 14.36 7.05 29.04 -
YUV 64.35 175.77 172.69 -
System Red Green Blue C M Y K H S L
Decimal 127 16 149 0.15 0.89 0 0.42 290.08 0.81 0.32
Hex 7F 10 95 F 59 0 2A 122 51 20
Octal 177 20 225 17 131 0 52 442 121 40
Binary 1111111 10000 10010101 1111 1011001 0 101010 100100010 1010001 100000

Color Harmonies of #7F1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1095

Black with #7F1095

Text Example


Text Example

White with #7F1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,16,149); }

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

background-color css

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

 a { background-color: rgb(127,16,149); }

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

border-color css

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

 span { border-color: rgb(127,16,149); }

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