#7819DC

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

Shades of Blue Violet #7819DC

Tints of Blue Violet #7819DC

Color information

#7819DC (or 0x7819DC) is unknown color: approx Blue Violet. HEX triplet: 78, 19 and DC. RGB value is (120,25,220). Sum of RGB (Red+Green+Blue) = 120+25+220=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #7819DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7819DC is #87E623. Grayscale: #4A4A4A. Windows color (decimal): -8906276 or 14424440. OLE color: 14424440.

HSL color Cylindrical-coordinate representation of color #7819DC: hue angle of 269.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7819DC is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12025220-
CMYK0.450.8900.14
HSL269.23º79.59%48.04%-
HSV(B)269.23º88.64%86.27%-
XYZ21.019.8668.51-
YUV75.63209.47159.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.88%
GREEN value IS 25 (10.16% from 255) = 6.85%
BLUE value IS 220 (86.33% from 255) = 60.27%
R=32.88%
G=6.85%
B=60.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal120252200.450.8900.14269.2379.5948.04
Hex7819DC2D590E10d5030
Octal170313345513101641512060
Binary111100011001110111001011011011001011101000011011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7819DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7819DC; }

 p { color: rgb(120,25,220); }

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

<style>
 a { background-color: #7819DC; }

 a { background-color: rgb(120,25,220); }

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

<style>
 span { border-color: #7819DC; }

 span { border-color: rgb(120,25,220); }

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