#781AD1

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

Shades of Blue Violet #781AD1

Tints of Blue Violet #781AD1

Color information

#781AD1 (or 0x781AD1) is unknown color: approx Blue Violet. HEX triplet: 78, 1A and D1. RGB value is (120,26,209). Sum of RGB (Red+Green+Blue) = 120+26+209=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #781AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781AD1 is #87E52E. Grayscale: #4A4A4A. Windows color (decimal): -8906031 or 13703800. OLE color: 13703800.

HSL color Cylindrical-coordinate representation of color #781AD1: hue angle of 270.82º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781AD1 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12026209-
CMYK0.430.8800.18
HSL270.82º77.87%46.08%-
HSV(B)270.82º87.56%81.96%-
XYZ19.629.3461.09-
YUV74.97203.64160.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.80%
GREEN value IS 26 (10.55% from 255) = 7.32%
BLUE value IS 209 (82.03% from 255) = 58.87%
R=33.80%
G=7.32%
B=58.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal120262090.430.8800.18270.8277.8746.08
Hex781AD12B5801210f4e2e
Octal170323215313002241711656
Binary1111000110101101000110101110110000100101000011111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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