Html Css Color HEX #781EEC Blue Violet

📋 copy color: '#781EEC'

red 120 ◦ green 30 ◦ blue 236

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

Shades of Blue Violet #781EEC

Tints of Blue Violet #781EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.14%

R = 31.09%
G = 7.77%
B = 61.14%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#781EEC (or 0x781EEC) is known color: Blue Violet. HEX triplet: 78, 1E and EC. RGB value is (120,30,236). Sum of RGB (Red+Green+Blue) = 120+30+236=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #781EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781EEC is #87E113. Grayscale: #4F4F4F. Windows color (decimal): -8904980 or 15474296. OLE color: 15474296.

HSL color Cylindrical-coordinate representation of color #781EEC: hue angle of 266.21º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781EEC is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 30 236 -
CMYK 0.49 0.87 0 0.07
HSL 266.21º 0.84% 0.52% -
HSV(B) 266.21º 0.87% 0.93% -
XYZ 23.35 10.98 80.25 -
YUV 80.39 215.82 156.25 -
System Red Green Blue C M Y K H S L
Decimal 120 30 236 0.49 0.87 0 0.07 266.21 0.84 0.52
Hex 78 1E EC 31 57 0 7 10A 54 34
Octal 170 36 354 61 127 0 7 412 124 64
Binary 1111000 11110 11101100 110001 1010111 0 111 100001010 1010100 110100

Color Harmonies of #781EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EEC

Black with #781EEC

Text Example


Text Example

White with #781EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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