Html Css Color HEX #781AF0 Blue Violet

📋 copy color: '#781AF0'

red 120 ◦ green 26 ◦ blue 240

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

Shades of Blue Violet #781AF0

Tints of Blue Violet #781AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.74%

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

R = 31.09%
G = 6.74%
B = 62.18%

CMYK

 C value IS 0.5

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#781AF0 (or 0x781AF0) is known color: Blue Violet. HEX triplet: 78, 1A and F0. RGB value is (120,26,240). Sum of RGB (Red+Green+Blue) = 120+26+240=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 240 (94.14% from 255 or 62.18% from 386); Max value from RGB is 240 - color contains mainly: blue. Hex color #781AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781AF0 is #87E50F. Grayscale: #4D4D4D. Windows color (decimal): -8906000 or 15735416. OLE color: 15735416.

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

Color convert

RGB 120 26 240 -
CMYK 0.5 0.89 0 0.06
HSL 266.36º 0.88% 0.52% -
HSV(B) 266.36º 0.89% 0.94% -
XYZ 23.84 11.02 83.31 -
YUV 78.5 219.14 157.6 -
System Red Green Blue C M Y K H S L
Decimal 120 26 240 0.5 0.89 0 0.06 266.36 0.88 0.52
Hex 78 1A F0 32 59 0 6 10A 58 34
Octal 170 32 360 62 131 0 6 412 130 64
Binary 1111000 11010 11110000 110010 1011001 0 110 100001010 1011000 110100

Color Harmonies of #781AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781AF0

Black with #781AF0

Text Example


Text Example

White with #781AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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