Html Css Color HEX #781FEB Blue Violet

📋 copy color: '#781FEB'

red 120 ◦ green 31 ◦ blue 235

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

Shades of Blue Violet #781FEB

Tints of Blue Violet #781FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.03%

 BLUE value IS 235 (92.19% from 255) = 60.88%

R = 31.09%
G = 8.03%
B = 60.88%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#781FEB (or 0x781FEB) is known color: Blue Violet. HEX triplet: 78, 1F and EB. RGB value is (120,31,235). Sum of RGB (Red+Green+Blue) = 120+31+235=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #781FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781FEB is #87E014. Grayscale: #505050. Windows color (decimal): -8904725 or 15409016. OLE color: 15409016.

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

Color convert

RGB 120 31 235 -
CMYK 0.49 0.87 0 0.08
HSL 266.18º 0.84% 0.52% -
HSV(B) 266.18º 0.87% 0.92% -
XYZ 23.23 10.97 79.49 -
YUV 80.87 214.99 155.91 -
System Red Green Blue C M Y K H S L
Decimal 120 31 235 0.49 0.87 0 0.08 266.18 0.84 0.52
Hex 78 1F EB 31 57 0 8 10A 54 34
Octal 170 37 353 61 127 0 10 412 124 64
Binary 1111000 11111 11101011 110001 1010111 0 1000 100001010 1010100 110100

Color Harmonies of #781FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781FEB

Black with #781FEB

Text Example


Text Example

White with #781FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,31,235); }

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

background-color css

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

 a { background-color: rgb(120,31,235); }

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

border-color css

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

 span { border-color: rgb(120,31,235); }

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