Html Css Color HEX #781DEC Blue Violet

📋 copy color: '#781DEC'

red 120 ◦ green 29 ◦ blue 236

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

Shades of Blue Violet #781DEC

Tints of Blue Violet #781DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.3%

R = 31.17%
G = 7.53%
B = 61.3%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#781DEC (or 0x781DEC) is known color: Blue Violet. HEX triplet: 78, 1D and EC. RGB value is (120,29,236). Sum of RGB (Red+Green+Blue) = 120+29+236=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #781DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781DEC is #87E213. Grayscale: #4F4F4F. Windows color (decimal): -8905236 or 15474040. OLE color: 15474040.

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

Color convert

RGB 120 29 236 -
CMYK 0.49 0.88 0 0.07
HSL 266.38º 0.84% 0.52% -
HSV(B) 266.38º 0.88% 0.93% -
XYZ 23.33 10.93 80.24 -
YUV 79.81 216.15 156.67 -
System Red Green Blue C M Y K H S L
Decimal 120 29 236 0.49 0.88 0 0.07 266.38 0.84 0.52
Hex 78 1D EC 31 58 0 7 10A 54 34
Octal 170 35 354 61 130 0 7 412 124 64
Binary 1111000 11101 11101100 110001 1011000 0 111 100001010 1010100 110100

Color Harmonies of #781DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781DEC

Black with #781DEC

Text Example


Text Example

White with #781DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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