Html Css Color HEX #790199 Dark Magenta

📋 copy color: '#790199'

red 121 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #790199

Tints of Dark Magenta #790199

RGB

 RED value IS 121 (47.66% from 255) = 44%

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 44%
G = 0.36%
B = 55.64%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#790199 (or 0x790199) is known color: Dark Magenta. HEX triplet: 79, 01 and 99. RGB value is (121,1,153). Sum of RGB (Red+Green+Blue) = 121+1+153=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #790199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790199 is #86FE66. Grayscale: #353535. Windows color (decimal): -8846951 or 10027385. OLE color: 10027385.

HSL color Cylindrical-coordinate representation of color #790199: hue angle of 287.37º degrees, saturation: 0.99, 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 #790199 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 1 153 -
CMYK 0.21 0.99 0 0.4
HSL 287.37º 0.99% 0.3% -
HSV(B) 287.37º 0.99% 0.6% -
XYZ 13.65 6.39 30.65 -
YUV 54.21 183.76 175.64 -
System Red Green Blue C M Y K H S L
Decimal 121 1 153 0.21 0.99 0 0.4 287.37 0.99 0.3
Hex 79 1 99 15 63 0 28 11F 63 1E
Octal 171 1 231 25 143 0 50 437 143 36
Binary 1111001 1 10011001 10101 1100011 0 101000 100011111 1100011 11110

Color Harmonies of #790199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790199

Black with #790199

Text Example


Text Example

White with #790199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790199; }

 p { color: rgb(121,1,153); }

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

background-color css

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

 a { background-color: rgb(121,1,153); }

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

border-color css

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

 span { border-color: rgb(121,1,153); }

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