Html Css Color HEX #781EF8 Blue Violet

📋 copy color: '#781EF8'

red 120 ◦ green 30 ◦ blue 248

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

Shades of Blue Violet #781EF8

Tints of Blue Violet #781EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 62.31%

R = 30.15%
G = 7.54%
B = 62.31%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#781EF8 (or 0x781EF8) is known color: Blue Violet. HEX triplet: 78, 1E and F8. RGB value is (120,30,248). Sum of RGB (Red+Green+Blue) = 120+30+248=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #781EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781EF8 is #87E107. Grayscale: #505050. Windows color (decimal): -8904968 or 16260728. OLE color: 16260728.

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

Color convert

RGB 120 30 248 -
CMYK 0.52 0.88 0 0.03
HSL 264.77º 0.94% 0.55% -
HSV(B) 264.77º 0.88% 0.97% -
XYZ 25.15 11.7 89.74 -
YUV 81.76 221.82 155.27 -
System Red Green Blue C M Y K H S L
Decimal 120 30 248 0.52 0.88 0 0.03 264.77 0.94 0.55
Hex 78 1E F8 34 58 0 3 109 5E 37
Octal 170 36 370 64 130 0 3 411 136 67
Binary 1111000 11110 11111000 110100 1011000 0 11 100001001 1011110 110111

Color Harmonies of #781EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EF8

Black with #781EF8

Text Example


Text Example

White with #781EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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