Html Css Color HEX #7F0299 Dark Magenta

📋 copy color: '#7F0299'

red 127 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #7F0299

Tints of Dark Magenta #7F0299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 45.04%
G = 0.71%
B = 54.26%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7F0299 (or 0x7F0299) is known color: Dark Magenta. HEX triplet: 7F, 02 and 99. RGB value is (127,2,153). Sum of RGB (Red+Green+Blue) = 127+2+153=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F0299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0299 is #80FD66. Grayscale: #383838. Windows color (decimal): -8453479 or 10027647. OLE color: 10027647.

HSL color Cylindrical-coordinate representation of color #7F0299: hue angle of 289.67º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0299 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 2 153 -
CMYK 0.17 0.99 0 0.4
HSL 289.67º 0.97% 0.3% -
HSV(B) 289.67º 0.99% 0.6% -
XYZ 14.52 6.86 30.69 -
YUV 56.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 127 2 153 0.17 0.99 0 0.4 289.67 0.97 0.3
Hex 7F 2 99 11 63 0 28 122 61 1E
Octal 177 2 231 21 143 0 50 442 141 36
Binary 1111111 10 10011001 10001 1100011 0 101000 100100010 1100001 11110

Color Harmonies of #7F0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0299

Black with #7F0299

Text Example


Text Example

White with #7F0299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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