#781DEC

Color #781DEC Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #781DEC

Tints of Blue Violet #781DEC

Color information

#781DEC (or 0x781DEC) is unknown color: approx 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

RGB12029236-
CMYK0.490.8800.07
HSL266.38º84.49%51.96%-
HSV(B)266.38º87.71%92.55%-
XYZ23.3310.9380.24-
YUV79.81216.15156.67-

RGB Variations

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

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.30%
R=31.17%
G=7.53%
B=61.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal120292360.490.8800.07266.3884.4951.96
Hex781DEC31580710a5434
Octal17035354611300741212464
Binary11110001110111101100110001101100001111000010101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>