#781CD1

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

Shades of Blue Violet #781CD1

Tints of Blue Violet #781CD1

Color information

#781CD1 (or 0x781CD1) is unknown color: approx Blue Violet. HEX triplet: 78, 1C and D1. RGB value is (120,28,209). Sum of RGB (Red+Green+Blue) = 120+28+209=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #781CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CD1 is #87E32E. Grayscale: #4B4B4B. Windows color (decimal): -8905519 or 13704312. OLE color: 13704312.

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

Color convert

RGB12028209-
CMYK0.430.8700.18
HSL270.5º76.37%46.47%-
HSV(B)270.5º86.6%81.96%-
XYZ19.679.4361.1-
YUV76.14202.98159.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.61%
GREEN value IS 28 (11.33% from 255) = 7.84%
BLUE value IS 209 (82.03% from 255) = 58.54%
R=33.61%
G=7.84%
B=58.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal120282090.430.8700.18270.576.3746.47
Hex781CD12B5701210e4c2e
Octal170343215312702241611456
Binary1111000111001101000110101110101110100101000011101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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