Html Css Color HEX #7F0293 Dark Magenta

📋 copy color: '#7F0293'

red 127 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #7F0293

Tints of Dark Magenta #7F0293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 46.01%
G = 0.72%
B = 53.26%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F0293 (or 0x7F0293) is known color: Dark Magenta. HEX triplet: 7F, 02 and 93. RGB value is (127,2,147). Sum of RGB (Red+Green+Blue) = 127+2+147=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F0293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0293 is #80FD6C. Grayscale: #373737. Windows color (decimal): -8453485 or 9634431. OLE color: 9634431.

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

Color convert

RGB 127 2 147 -
CMYK 0.14 0.99 0 0.42
HSL 291.72º 0.97% 0.29% -
HSV(B) 291.72º 0.99% 0.58% -
XYZ 14.04 6.66 28.15 -
YUV 55.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 127 2 147 0.14 0.99 0 0.42 291.72 0.97 0.29
Hex 7F 2 93 E 63 0 2A 124 61 1D
Octal 177 2 223 16 143 0 52 444 141 35
Binary 1111111 10 10010011 1110 1100011 0 101010 100100100 1100001 11101

Color Harmonies of #7F0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0293

Black with #7F0293

Text Example


Text Example

White with #7F0293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,2,147); }

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

background-color css

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

 a { background-color: rgb(127,2,147); }

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

border-color css

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

 span { border-color: rgb(127,2,147); }

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