Html Css Color HEX #790DBB Dark Violet

📋 copy color: '#790DBB'

red 121 ◦ green 13 ◦ blue 187

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

Shades of Dark Violet #790DBB

Tints of Dark Violet #790DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.26%

R = 37.69%
G = 4.05%
B = 58.26%

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

#790DBB (or 0x790DBB) is known color: Dark Violet. HEX triplet: 79, 0D and BB. RGB value is (121,13,187). Sum of RGB (Red+Green+Blue) = 121+13+187=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #790DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DBB is #86F244. Grayscale: #404040. Windows color (decimal): -8843845 or 12258681. OLE color: 12258681.

HSL color Cylindrical-coordinate representation of color #790DBB: hue angle of 277.24º 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 #790DBB is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 13 187 -
CMYK 0.35 0.93 0 0.27
HSL 277.24º 0.87% 0.39% -
HSV(B) 277.24º 0.93% 0.73% -
XYZ 17 7.94 47.65 -
YUV 65.13 196.78 167.85 -
System Red Green Blue C M Y K H S L
Decimal 121 13 187 0.35 0.93 0 0.27 277.24 0.87 0.39
Hex 79 D BB 23 5D 0 1B 115 57 27
Octal 171 15 273 43 135 0 33 425 127 47
Binary 1111001 1101 10111011 100011 1011101 0 11011 100010101 1010111 100111

Color Harmonies of #790DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DBB

Black with #790DBB

Text Example


Text Example

White with #790DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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