Html Css Color HEX #790DBA Dark Violet

📋 copy color: '#790DBA'

red 121 ◦ green 13 ◦ blue 186

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

Shades of Dark Violet #790DBA

Tints of Dark Violet #790DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.06%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 37.81%
G = 4.06%
B = 58.13%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#790DBA (or 0x790DBA) is known color: Dark Violet. HEX triplet: 79, 0D and BA. RGB value is (121,13,186). Sum of RGB (Red+Green+Blue) = 121+13+186=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #790DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DBA is #86F245. Grayscale: #404040. Windows color (decimal): -8843846 or 12193145. OLE color: 12193145.

HSL color Cylindrical-coordinate representation of color #790DBA: hue angle of 277.46º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790DBA is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 13 186 -
CMYK 0.35 0.93 0 0.27
HSL 277.46º 0.87% 0.39% -
HSV(B) 277.46º 0.93% 0.73% -
XYZ 16.89 7.9 47.09 -
YUV 65.01 196.28 167.93 -
System Red Green Blue C M Y K H S L
Decimal 121 13 186 0.35 0.93 0 0.27 277.46 0.87 0.39
Hex 79 D BA 23 5D 0 1B 115 57 27
Octal 171 15 272 43 135 0 33 425 127 47
Binary 1111001 1101 10111010 100011 1011101 0 11011 100010101 1010111 100111

Color Harmonies of #790DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DBA

Black with #790DBA

Text Example


Text Example

White with #790DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,13,186); }

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

background-color css

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

 a { background-color: rgb(121,13,186); }

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

border-color css

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

 span { border-color: rgb(121,13,186); }

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