Html Css Color HEX #7940DB Blue Violet

📋 copy color: '#7940DB'

red 121 ◦ green 64 ◦ blue 219

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

Shades of Blue Violet #7940DB

Tints of Blue Violet #7940DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

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

R = 29.95%
G = 15.84%
B = 54.21%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7940DB (or 0x7940DB) is known color: Blue Violet. HEX triplet: 79, 40 and DB. RGB value is (121,64,219). Sum of RGB (Red+Green+Blue) = 121+64+219=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #7940DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7940DB is #86BF24. Grayscale: #626262. Windows color (decimal): -8830757 or 14368889. OLE color: 14368889.

HSL color Cylindrical-coordinate representation of color #7940DB: hue angle of 262.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7940DB is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 64 219 -
CMYK 0.45 0.71 0 0.14
HSL 262.06º 0.68% 0.55% -
HSV(B) 262.06º 0.71% 0.86% -
XYZ 22.5 12.85 68.31 -
YUV 98.71 195.88 143.9 -
System Red Green Blue C M Y K H S L
Decimal 121 64 219 0.45 0.71 0 0.14 262.06 0.68 0.55
Hex 79 40 DB 2D 47 0 E 106 44 37
Octal 171 100 333 55 107 0 16 406 104 67
Binary 1111001 1000000 11011011 101101 1000111 0 1110 100000110 1000100 110111

Color Harmonies of #7940DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7940DB

Black with #7940DB

Text Example


Text Example

White with #7940DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7940DB; }

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

 H1.HeaderClassName
 {
   color: #7940DB;
 }
 .AnyTagClassName
 {
   color: #7940DB;
 }
</style>

background-color css

<style>
 a { background-color: #7940DB; }

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

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

border-color css

<style>
 span { border-color: #7940DB; }

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

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