Html Css Color HEX #781BEF Blue Violet

📋 copy color: '#781BEF'

red 120 ◦ green 27 ◦ blue 239

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

Shades of Blue Violet #781BEF

Tints of Blue Violet #781BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.99%

 BLUE value IS 239 (93.75% from 255) = 61.92%

R = 31.09%
G = 6.99%
B = 61.92%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#781BEF (or 0x781BEF) is known color: Blue Violet. HEX triplet: 78, 1B and EF. RGB value is (120,27,239). Sum of RGB (Red+Green+Blue) = 120+27+239=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #781BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781BEF is #87E410. Grayscale: #4E4E4E. Windows color (decimal): -8905745 or 15670136. OLE color: 15670136.

HSL color Cylindrical-coordinate representation of color #781BEF: hue angle of 266.32º degrees, saturation: 0.87, 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 #781BEF is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 27 239 -
CMYK 0.50 0.89 0 0.06
HSL 266.32º 0.87% 0.52% -
HSV(B) 266.32º 0.89% 0.94% -
XYZ 23.72 11.01 82.54 -
YUV 78.98 218.31 157.26 -
System Red Green Blue C M Y K H S L
Decimal 120 27 239 0.50 0.89 0 0.06 266.32 0.87 0.52
Hex 78 1B EF 32 59 0 6 10A 57 34
Octal 170 33 357 62 131 0 6 412 127 64
Binary 1111000 11011 11101111 110010 1011001 0 110 100001010 1010111 110100

Color Harmonies of #781BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781BEF

Black with #781BEF

Text Example


Text Example

White with #781BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,27,239); }

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

background-color css

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

 a { background-color: rgb(120,27,239); }

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

border-color css

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

 span { border-color: rgb(120,27,239); }

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