Html Css Color HEX #7F0092 Dark Magenta

📋 copy color: '#7F0092'

red 127 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #7F0092

Tints of Dark Magenta #7F0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 46.52%
G = 0%
B = 53.48%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F0092 (or 0x7F0092) is known color: Dark Magenta. HEX triplet: 7F, 00 and 92. RGB value is (127,0,146). Sum of RGB (Red+Green+Blue) = 127+0+146=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F0092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0092 is #80FF6D. Grayscale: #363636. Windows color (decimal): -8453998 or 9568383. OLE color: 9568383.

HSL color Cylindrical-coordinate representation of color #7F0092: hue angle of 292.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0092 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 0 146 -
CMYK 0.13 1 0 0.43
HSL 292.19º 1% 0.29% -
HSV(B) 292.19º 1% 0.57% -
XYZ 13.94 6.59 27.73 -
YUV 54.62 179.58 179.63 -
System Red Green Blue C M Y K H S L
Decimal 127 0 146 0.13 1 0 0.43 292.19 1 0.29
Hex 7F 0 92 D 64 0 2B 124 64 1D
Octal 177 0 222 15 144 0 53 444 144 35
Binary 1111111 0 10010010 1101 1100100 0 101011 100100100 1100100 11101

Color Harmonies of #7F0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0092

Black with #7F0092

Text Example


Text Example

White with #7F0092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,0,146); }

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

background-color css

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

 a { background-color: rgb(127,0,146); }

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

border-color css

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

 span { border-color: rgb(127,0,146); }

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