Html Css Color HEX #790BDE Dark Violet

📋 copy color: '#790BDE'

red 121 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #790BDE

Tints of Dark Violet #790BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.71%

R = 34.18%
G = 3.11%
B = 62.71%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#790BDE (or 0x790BDE) is known color: Dark Violet. HEX triplet: 79, 0B and DE. RGB value is (121,11,222). Sum of RGB (Red+Green+Blue) = 121+11+222=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #790BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790BDE is #86F421. Grayscale: #434343. Windows color (decimal): -8844322 or 14551929. OLE color: 14551929.

HSL color Cylindrical-coordinate representation of color #790BDE: hue angle of 271.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790BDE is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 11 222 -
CMYK 0.45 0.95 0 0.13
HSL 271.28º 0.91% 0.46% -
HSV(B) 271.28º 0.95% 0.87% -
XYZ 21.19 9.58 69.84 -
YUV 67.94 214.94 165.84 -
System Red Green Blue C M Y K H S L
Decimal 121 11 222 0.45 0.95 0 0.13 271.28 0.91 0.46
Hex 79 B DE 2D 5F 0 D 10F 5B 2E
Octal 171 13 336 55 137 0 15 417 133 56
Binary 1111001 1011 11011110 101101 1011111 0 1101 100001111 1011011 101110

Color Harmonies of #790BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790BDE

Black with #790BDE

Text Example


Text Example

White with #790BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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