#781CEA

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

Shades of Blue Violet #781CEA

Tints of Blue Violet #781CEA

Color information

#781CEA (or 0x781CEA) is unknown color: approx Blue Violet. HEX triplet: 78, 1C and EA. RGB value is (120,28,234). Sum of RGB (Red+Green+Blue) = 120+28+234=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #781CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CEA is #87E315. Grayscale: #4E4E4E. Windows color (decimal): -8905494 or 15342712. OLE color: 15342712.

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

Color convert

RGB12028234-
CMYK0.490.8800.08
HSL266.8º83.06%51.37%-
HSV(B)266.8º88.03%91.76%-
XYZ23.0110.7678.71-
YUV78.99215.48157.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 28 (11.33% from 255) = 7.33%
BLUE value IS 234 (91.80% from 255) = 61.26%
R=31.41%
G=7.33%
B=61.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal120282340.490.8800.08266.883.0651.37
Hex781CEA31580810b5333
Octal170343526113001041312363
Binary111100011100111010101100011011000010001000010111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,28,234); }

 H1.HeaderClassName
 {
   color: #781CEA;
 }
 .AnyTagClassName
 {
   color: #781CEA;
 }
</style>
background-color css

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

 a { background-color: rgb(120,28,234); }

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

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

 span { border-color: rgb(120,28,234); }

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