Html Css Color HEX #781DEF Blue Violet

📋 copy color: '#781DEF'

red 120 ◦ green 29 ◦ blue 239

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

Shades of Blue Violet #781DEF

Tints of Blue Violet #781DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.47%

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

R = 30.93%
G = 7.47%
B = 61.6%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#781DEF (or 0x781DEF) is known color: Blue Violet. HEX triplet: 78, 1D and EF. RGB value is (120,29,239). Sum of RGB (Red+Green+Blue) = 120+29+239=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #781DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781DEF is #87E210. Grayscale: #4F4F4F. Windows color (decimal): -8905233 or 15670648. OLE color: 15670648.

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

Color convert

RGB 120 29 239 -
CMYK 0.50 0.88 0 0.06
HSL 266º 0.87% 0.53% -
HSV(B) 266º 0.88% 0.94% -
XYZ 23.77 11.1 82.55 -
YUV 80.15 217.65 156.42 -
System Red Green Blue C M Y K H S L
Decimal 120 29 239 0.50 0.88 0 0.06 266 0.87 0.53
Hex 78 1D EF 32 58 0 6 10A 57 35
Octal 170 35 357 62 130 0 6 412 127 65
Binary 1111000 11101 11101111 110010 1011000 0 110 100001010 1010111 110101

Color Harmonies of #781DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781DEF

Black with #781DEF

Text Example


Text Example

White with #781DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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