Html Css Color HEX #790B98 Dark Magenta

📋 copy color: '#790B98'

red 121 ◦ green 11 ◦ blue 152

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

Shades of Dark Magenta #790B98

Tints of Dark Magenta #790B98

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.87%

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 42.61%
G = 3.87%
B = 53.52%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#790B98 (or 0x790B98) is known color: Dark Magenta. HEX triplet: 79, 0B and 98. RGB value is (121,11,152). Sum of RGB (Red+Green+Blue) = 121+11+152=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #790B98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790B98 is #86F467. Grayscale: #3B3B3B. Windows color (decimal): -8844392 or 9964409. OLE color: 9964409.

HSL color Cylindrical-coordinate representation of color #790B98: hue angle of 286.81º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790B98 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 11 152 -
CMYK 0.20 0.93 0 0.40
HSL 286.81º 0.87% 0.32% -
HSV(B) 286.81º 0.93% 0.6% -
XYZ 13.67 6.57 30.25 -
YUV 59.96 179.94 171.54 -
System Red Green Blue C M Y K H S L
Decimal 121 11 152 0.20 0.93 0 0.40 286.81 0.87 0.32
Hex 79 B 98 14 5D 0 28 11F 57 20
Octal 171 13 230 24 135 0 50 437 127 40
Binary 1111001 1011 10011000 10100 1011101 0 101000 100011111 1010111 100000

Color Harmonies of #790B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B98

Black with #790B98

Text Example


Text Example

White with #790B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790B98; }

 p { color: rgb(121,11,152); }

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

background-color css

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

 a { background-color: rgb(121,11,152); }

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

border-color css

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

 span { border-color: rgb(121,11,152); }

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