Html Css Color HEX #782ADB Blue Violet

📋 copy color: '#782ADB'

red 120 ◦ green 42 ◦ blue 219

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

Shades of Blue Violet #782ADB

Tints of Blue Violet #782ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.02%

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

R = 31.5%
G = 11.02%
B = 57.48%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#782ADB (or 0x782ADB) is known color: Blue Violet. HEX triplet: 78, 2A and DB. RGB value is (120,42,219). Sum of RGB (Red+Green+Blue) = 120+42+219=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #782ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #782ADB is #87D524. Grayscale: #545454. Windows color (decimal): -8901925 or 14363256. OLE color: 14363256.

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

Color convert

RGB 120 42 219 -
CMYK 0.45 0.81 0 0.14
HSL 266.44º 0.71% 0.51% -
HSV(B) 266.44º 0.81% 0.86% -
XYZ 21.36 10.76 67.97 -
YUV 85.5 203.34 152.61 -
System Red Green Blue C M Y K H S L
Decimal 120 42 219 0.45 0.81 0 0.14 266.44 0.71 0.51
Hex 78 2A DB 2D 51 0 E 10A 47 33
Octal 170 52 333 55 121 0 16 412 107 63
Binary 1111000 101010 11011011 101101 1010001 0 1110 100001010 1000111 110011

Color Harmonies of #782ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782ADB

Black with #782ADB

Text Example


Text Example

White with #782ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782ADB; }

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

 H1.HeaderClassName
 {
   color: #782ADB;
 }
 .AnyTagClassName
 {
   color: #782ADB;
 }
</style>

background-color css

<style>
 a { background-color: #782ADB; }

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

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

border-color css

<style>
 span { border-color: #782ADB; }

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

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