#781AE4

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

Shades of Blue Violet #781AE4

Tints of Blue Violet #781AE4

Color information

#781AE4 (or 0x781AE4) is unknown color: approx Blue Violet. HEX triplet: 78, 1A and E4. RGB value is (120,26,228). Sum of RGB (Red+Green+Blue) = 120+26+228=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 228 (89.45% from 255 or 60.96% from 374); Max value from RGB is 228 - color contains mainly: blue. Hex color #781AE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781AE4 is #87E51B. Grayscale: #4C4C4C. Windows color (decimal): -8906012 or 14948984. OLE color: 14948984.

HSL color Cylindrical-coordinate representation of color #781AE4: hue angle of 267.92º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #781AE4 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12026228-
CMYK0.470.8900.11
HSL267.92º79.53%49.8%-
HSV(B)267.92º88.6%89.41%-
XYZ22.1210.3374.23-
YUV77.13213.14158.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 26 (10.55% from 255) = 6.95%
BLUE value IS 228 (89.45% from 255) = 60.96%
R=32.09%
G=6.95%
B=60.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal120262280.470.8900.11267.9279.5349.8
Hex781AE42F590B10c5032
Octal170323445713101341412062
Binary111100011010111001001011111011001010111000011001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,26,228); }

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

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

 a { background-color: rgb(120,26,228); }

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

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

 span { border-color: rgb(120,26,228); }

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