Html Css Color HEX #790BDB Dark Violet

📋 copy color: '#790BDB'

red 121 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #790BDB

Tints of Dark Violet #790BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 34.47%
G = 3.13%
B = 62.39%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#790BDB (or 0x790BDB) is known color: Dark Violet. HEX triplet: 79, 0B and DB. RGB value is (121,11,219). Sum of RGB (Red+Green+Blue) = 121+11+219=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #790BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BDB is #86F424. Grayscale: #424242. Windows color (decimal): -8844325 or 14355321. OLE color: 14355321.

HSL color Cylindrical-coordinate representation of color #790BDB: hue angle of 271.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BDB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 11 219 -
CMYK 0.45 0.95 0 0.14
HSL 271.73º 0.9% 0.45% -
HSV(B) 271.73º 0.95% 0.86% -
XYZ 20.79 9.42 67.74 -
YUV 67.6 213.44 166.09 -
System Red Green Blue C M Y K H S L
Decimal 121 11 219 0.45 0.95 0 0.14 271.73 0.9 0.45
Hex 79 B DB 2D 5F 0 E 110 5A 2D
Octal 171 13 333 55 137 0 16 420 132 55
Binary 1111001 1011 11011011 101101 1011111 0 1110 100010000 1011010 101101

Color Harmonies of #790BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BDB

Black with #790BDB

Text Example


Text Example

White with #790BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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