Html Css Color HEX #7819F0 Blue Violet

📋 copy color: '#7819F0'

red 120 ◦ green 25 ◦ blue 240

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

Shades of Blue Violet #7819F0

Tints of Blue Violet #7819F0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.49%

 BLUE value IS 240 (94.14% from 255) = 62.34%

R = 31.17%
G = 6.49%
B = 62.34%

CMYK

 C value IS 0.5

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7819F0 (or 0x7819F0) is known color: Blue Violet. HEX triplet: 78, 19 and F0. RGB value is (120,25,240). Sum of RGB (Red+Green+Blue) = 120+25+240=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #7819F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7819F0 is #87E60F. Grayscale: #4D4D4D. Windows color (decimal): -8906256 or 15735160. OLE color: 15735160.

HSL color Cylindrical-coordinate representation of color #7819F0: hue angle of 266.51º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7819F0 is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 25 240 -
CMYK 0.5 0.90 0 0.06
HSL 266.51º 0.88% 0.52% -
HSV(B) 266.51º 0.9% 0.94% -
XYZ 23.82 10.98 83.3 -
YUV 77.92 219.47 158.02 -
System Red Green Blue C M Y K H S L
Decimal 120 25 240 0.5 0.90 0 0.06 266.51 0.88 0.52
Hex 78 19 F0 32 5A 0 6 10B 58 34
Octal 170 31 360 62 132 0 6 413 130 64
Binary 1111000 11001 11110000 110010 1011010 0 110 100001011 1011000 110100

Color Harmonies of #7819F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7819F0

Black with #7819F0

Text Example


Text Example

White with #7819F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7819F0; }

 p { color: rgb(120,25,240); }

 H1.HeaderClassName
 {
   color: #7819F0;
 }
 .AnyTagClassName
 {
   color: #7819F0;
 }
</style>

background-color css

<style>
 a { background-color: #7819F0; }

 a { background-color: rgb(120,25,240); }

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

border-color css

<style>
 span { border-color: #7819F0; }

 span { border-color: rgb(120,25,240); }

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