#7822E1

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

Shades of Blue Violet #7822E1

Tints of Blue Violet #7822E1

Color information

#7822E1 (or 0x7822E1) is unknown color: approx Blue Violet. HEX triplet: 78, 22 and E1. RGB value is (120,34,225). Sum of RGB (Red+Green+Blue) = 120+34+225=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 225 (88.28% from 255 or 59.37% from 379); Max value from RGB is 225 - color contains mainly: blue. Hex color #7822E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7822E1 is #87DD1E. Grayscale: #505050. Windows color (decimal): -8903967 or 14754424. OLE color: 14754424.

HSL color Cylindrical-coordinate representation of color #7822E1: hue angle of 267.02º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7822E1 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12034225-
CMYK0.470.8500.12
HSL267.02º76.1%50.78%-
HSV(B)267.02º84.89%88.24%-
XYZ21.9110.5772.12-
YUV81.49208.99155.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 34 (13.67% from 255) = 8.97%
BLUE value IS 225 (88.28% from 255) = 59.37%
R=31.66%
G=8.97%
B=59.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal120342250.470.8500.12267.0276.150.78
Hex7822E12F550C10b4c33
Octal170423415712501441311463
Binary1111000100010111000011011111010101011001000010111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7822E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7822E1; }

 p { color: rgb(120,34,225); }

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

<style>
 a { background-color: #7822E1; }

 a { background-color: rgb(120,34,225); }

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

<style>
 span { border-color: #7822E1; }

 span { border-color: rgb(120,34,225); }

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