#781CE6

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

Shades of Blue Violet #781CE6

Tints of Blue Violet #781CE6

Color information

#781CE6 (or 0x781CE6) is unknown color: approx Blue Violet. HEX triplet: 78, 1C and E6. RGB value is (120,28,230). Sum of RGB (Red+Green+Blue) = 120+28+230=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #781CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #781CE6 is #87E319. Grayscale: #4D4D4D. Windows color (decimal): -8905498 or 15080568. OLE color: 15080568.

HSL color Cylindrical-coordinate representation of color #781CE6: hue angle of 267.33º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781CE6 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12028230-
CMYK0.480.8800.10
HSL267.33º80.16%50.59%-
HSV(B)267.33º87.83%90.2%-
XYZ22.4410.5475.71-
YUV78.54213.48157.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 28 (11.33% from 255) = 7.41%
BLUE value IS 230 (90.23% from 255) = 60.85%
R=31.75%
G=7.41%
B=60.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal120282300.480.8800.10267.3380.1650.59
Hex781CE630580A10b5033
Octal170343466013001241312063
Binary111100011100111001101100001011000010101000010111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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