Html Css Color HEX #790BAC Dark Magenta

📋 copy color: '#790BAC'

red 121 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #790BAC

Tints of Dark Magenta #790BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 39.8%
G = 3.62%
B = 56.58%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#790BAC (or 0x790BAC) is known color: Dark Magenta. HEX triplet: 79, 0B and AC. RGB value is (121,11,172). Sum of RGB (Red+Green+Blue) = 121+11+172=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #790BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790BAC is #86F453. Grayscale: #3D3D3D. Windows color (decimal): -8844372 or 11275129. OLE color: 11275129.

HSL color Cylindrical-coordinate representation of color #790BAC: hue angle of 280.99º 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 #790BAC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 11 172 -
CMYK 0.30 0.94 0 0.33
HSL 280.99º 0.88% 0.36% -
HSV(B) 280.99º 0.94% 0.67% -
XYZ 15.45 7.28 39.62 -
YUV 62.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 121 11 172 0.30 0.94 0 0.33 280.99 0.88 0.36
Hex 79 B AC 1E 5E 0 21 119 58 24
Octal 171 13 254 36 136 0 41 431 130 44
Binary 1111001 1011 10101100 11110 1011110 0 100001 100011001 1011000 100100

Color Harmonies of #790BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BAC

Black with #790BAC

Text Example


Text Example

White with #790BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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