Html Css Color HEX #790BAB Dark Magenta

📋 copy color: '#790BAB'

red 121 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #790BAB

Tints of Dark Magenta #790BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 39.93%
G = 3.63%
B = 56.44%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#790BAB (or 0x790BAB) is known color: Dark Magenta. HEX triplet: 79, 0B and AB. RGB value is (121,11,171). Sum of RGB (Red+Green+Blue) = 121+11+171=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #790BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790BAB is #86F454. Grayscale: #3D3D3D. Windows color (decimal): -8844373 or 11209593. OLE color: 11209593.

HSL color Cylindrical-coordinate representation of color #790BAB: hue angle of 281.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790BAB is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 11 171 -
CMYK 0.29 0.94 0 0.33
HSL 281.25º 0.88% 0.36% -
HSV(B) 281.25º 0.94% 0.67% -
XYZ 15.36 7.24 39.12 -
YUV 62.13 189.44 169.99 -
System Red Green Blue C M Y K H S L
Decimal 121 11 171 0.29 0.94 0 0.33 281.25 0.88 0.36
Hex 79 B AB 1D 5E 0 21 119 58 24
Octal 171 13 253 35 136 0 41 431 130 44
Binary 1111001 1011 10101011 11101 1011110 0 100001 100011001 1011000 100100

Color Harmonies of #790BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BAB

Black with #790BAB

Text Example


Text Example

White with #790BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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