#7821D8

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

Shades of Blue Violet #7821D8

Tints of Blue Violet #7821D8

Color information

#7821D8 (or 0x7821D8) is unknown color: approx Blue Violet. HEX triplet: 78, 21 and D8. RGB value is (120,33,216). Sum of RGB (Red+Green+Blue) = 120+33+216=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 216 (84.77% from 255 or 58.54% from 369); Max value from RGB is 216 - color contains mainly: blue. Hex color #7821D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7821D8 is #87DE27. Grayscale: #4F4F4F. Windows color (decimal): -8904232 or 14164344. OLE color: 14164344.

HSL color Cylindrical-coordinate representation of color #7821D8: hue angle of 268.52º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7821D8 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12033216-
CMYK0.440.8500.15
HSL268.52º73.49%48.82%-
HSV(B)268.52º84.72%84.71%-
XYZ20.6810.0465.81-
YUV79.88204.82156.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 33 (13.28% from 255) = 8.94%
BLUE value IS 216 (84.77% from 255) = 58.54%
R=32.52%
G=8.94%
B=58.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal120332160.440.8500.15268.5273.4948.82
Hex7821D82C550F10d4931
Octal170413305412501741511161
Binary1111000100001110110001011001010101011111000011011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7821D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7821D8; }

 p { color: rgb(120,33,216); }

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

<style>
 a { background-color: #7821D8; }

 a { background-color: rgb(120,33,216); }

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

<style>
 span { border-color: #7821D8; }

 span { border-color: rgb(120,33,216); }

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