Html Css Color HEX #7F0695 Dark Magenta

📋 copy color: '#7F0695'

red 127 ◦ green 6 ◦ blue 149

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

Shades of Dark Magenta #7F0695

Tints of Dark Magenta #7F0695

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 45.04%
G = 2.13%
B = 52.84%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F0695 (or 0x7F0695) is known color: Dark Magenta. HEX triplet: 7F, 06 and 95. RGB value is (127,6,149). Sum of RGB (Red+Green+Blue) = 127+6+149=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #7F0695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0695 is #80F96A. Grayscale: #3A3A3A. Windows color (decimal): -8452459 or 9766527. OLE color: 9766527.

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

Color convert

RGB 127 6 149 -
CMYK 0.15 0.96 0 0.42
HSL 290.77º 0.92% 0.3% -
HSV(B) 290.77º 0.96% 0.58% -
XYZ 14.24 6.81 29 -
YUV 58.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 127 6 149 0.15 0.96 0 0.42 290.77 0.92 0.3
Hex 7F 6 95 F 60 0 2A 123 5C 1E
Octal 177 6 225 17 140 0 52 443 134 36
Binary 1111111 110 10010101 1111 1100000 0 101010 100100011 1011100 11110

Color Harmonies of #7F0695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0695

Black with #7F0695

Text Example


Text Example

White with #7F0695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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