Html Css Color HEX #790BAD Dark Violet

📋 copy color: '#790BAD'

red 121 ◦ green 11 ◦ blue 173

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

Shades of Dark Violet #790BAD

Tints of Dark Violet #790BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.72%

R = 39.67%
G = 3.61%
B = 56.72%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#790BAD (or 0x790BAD) is known color: Dark Violet. HEX triplet: 79, 0B and AD. RGB value is (121,11,173). Sum of RGB (Red+Green+Blue) = 121+11+173=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #790BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790BAD is #86F452. Grayscale: #3D3D3D. Windows color (decimal): -8844371 or 11340665. OLE color: 11340665.

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

Color convert

RGB 121 11 173 -
CMYK 0.30 0.94 0 0.32
HSL 280.74º 0.88% 0.36% -
HSV(B) 280.74º 0.94% 0.68% -
XYZ 15.55 7.32 40.13 -
YUV 62.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 121 11 173 0.30 0.94 0 0.32 280.74 0.88 0.36
Hex 79 B AD 1E 5E 0 20 119 58 24
Octal 171 13 255 36 136 0 40 431 130 44
Binary 1111001 1011 10101101 11110 1011110 0 100000 100011001 1011000 100100

Color Harmonies of #790BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BAD

Black with #790BAD

Text Example


Text Example

White with #790BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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