Html Css Color HEX #781EDB Blue Violet

📋 copy color: '#781EDB'

red 120 ◦ green 30 ◦ blue 219

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

Shades of Blue Violet #781EDB

Tints of Blue Violet #781EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.13%

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

R = 32.52%
G = 8.13%
B = 59.35%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#781EDB (or 0x781EDB) is known color: Blue Violet. HEX triplet: 78, 1E and DB. RGB value is (120,30,219). Sum of RGB (Red+Green+Blue) = 120+30+219=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #781EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EDB is #87E124. Grayscale: #4D4D4D. Windows color (decimal): -8904997 or 14360184. OLE color: 14360184.

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

Color convert

RGB 120 30 219 -
CMYK 0.45 0.86 0 0.14
HSL 268.57º 0.76% 0.49% -
HSV(B) 268.57º 0.86% 0.86% -
XYZ 21 10.04 67.85 -
YUV 78.46 207.32 157.63 -
System Red Green Blue C M Y K H S L
Decimal 120 30 219 0.45 0.86 0 0.14 268.57 0.76 0.49
Hex 78 1E DB 2D 56 0 E 10D 4C 31
Octal 170 36 333 55 126 0 16 415 114 61
Binary 1111000 11110 11011011 101101 1010110 0 1110 100001101 1001100 110001

Color Harmonies of #781EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EDB

Black with #781EDB

Text Example


Text Example

White with #781EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781EDB; }

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

 H1.HeaderClassName
 {
   color: #781EDB;
 }
 .AnyTagClassName
 {
   color: #781EDB;
 }
</style>

background-color css

<style>
 a { background-color: #781EDB; }

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

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

border-color css

<style>
 span { border-color: #781EDB; }

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

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