#7826E3

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

Shades of Blue Violet #7826E3

Tints of Blue Violet #7826E3

Color information

#7826E3 (or 0x7826E3) is unknown color: approx Blue Violet. HEX triplet: 78, 26 and E3. RGB value is (120,38,227). Sum of RGB (Red+Green+Blue) = 120+38+227=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 227 (89.06% from 255 or 58.96% from 385); Max value from RGB is 227 - color contains mainly: blue. Hex color #7826E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7826E3 is #87D91C. Grayscale: #535353. Windows color (decimal): -8902941 or 14886520. OLE color: 14886520.

HSL color Cylindrical-coordinate representation of color #7826E3: hue angle of 266.03º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7826E3 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12038227-
CMYK0.470.8300.11
HSL266.03º77.14%51.96%-
HSV(B)266.03º83.26%89.02%-
XYZ22.310.9373.61-
YUV84.06208.67153.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 38 (15.23% from 255) = 9.87%
BLUE value IS 227 (89.06% from 255) = 58.96%
R=31.17%
G=9.87%
B=58.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal120382270.470.8300.11266.0377.1451.96
Hex7826E32F530B10a4d34
Octal170463435712301341211564
Binary1111000100110111000111011111010011010111000010101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7826E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7826E3; }

 p { color: rgb(120,38,227); }

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

<style>
 a { background-color: #7826E3; }

 a { background-color: rgb(120,38,227); }

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

<style>
 span { border-color: #7826E3; }

 span { border-color: rgb(120,38,227); }

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