Html Css Color HEX #7840DB Blue Violet

📋 copy color: '#7840DB'

red 120 ◦ green 64 ◦ blue 219

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

Shades of Blue Violet #7840DB

Tints of Blue Violet #7840DB

RGB

 RED value IS 120 (47.27% from 255) = 29.78%

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

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

R = 29.78%
G = 15.88%
B = 54.34%

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

#7840DB (or 0x7840DB) is known color: Blue Violet. HEX triplet: 78, 40 and DB. RGB value is (120,64,219). Sum of RGB (Red+Green+Blue) = 120+64+219=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #7840DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7840DB is #87BF24. Grayscale: #616161. Windows color (decimal): -8896293 or 14368888. OLE color: 14368888.

HSL color Cylindrical-coordinate representation of color #7840DB: hue angle of 261.68º 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 #7840DB is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 64 219 -
CMYK 0.45 0.71 0 0.14
HSL 261.68º 0.68% 0.55% -
HSV(B) 261.68º 0.71% 0.86% -
XYZ 22.37 12.77 68.3 -
YUV 98.41 196.05 143.4 -
System Red Green Blue C M Y K H S L
Decimal 120 64 219 0.45 0.71 0 0.14 261.68 0.68 0.55
Hex 78 40 DB 2D 47 0 E 106 44 37
Octal 170 100 333 55 107 0 16 406 104 67
Binary 1111000 1000000 11011011 101101 1000111 0 1110 100000110 1000100 110111

Color Harmonies of #7840DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7840DB

Black with #7840DB

Text Example


Text Example

White with #7840DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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