Html Css Color HEX #7F0595 Dark Magenta

📋 copy color: '#7F0595'

red 127 ◦ green 5 ◦ blue 149

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

Shades of Dark Magenta #7F0595

Tints of Dark Magenta #7F0595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

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

R = 45.2%
G = 1.78%
B = 53.02%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F0595 (or 0x7F0595) is known color: Dark Magenta. HEX triplet: 7F, 05 and 95. RGB value is (127,5,149). Sum of RGB (Red+Green+Blue) = 127+5+149=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F0595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0595 is #80FA6A. Grayscale: #393939. Windows color (decimal): -8452715 or 9766271. OLE color: 9766271.

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

Color convert

RGB 127 5 149 -
CMYK 0.15 0.97 0 0.42
HSL 290.83º 0.94% 0.3% -
HSV(B) 290.83º 0.97% 0.58% -
XYZ 14.23 6.79 28.99 -
YUV 57.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 127 5 149 0.15 0.97 0 0.42 290.83 0.94 0.3
Hex 7F 5 95 F 61 0 2A 123 5E 1E
Octal 177 5 225 17 141 0 52 443 136 36
Binary 1111111 101 10010101 1111 1100001 0 101010 100100011 1011110 11110

Color Harmonies of #7F0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0595

Black with #7F0595

Text Example


Text Example

White with #7F0595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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