#7E22FF

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

Shades of Blue Violet #7E22FF

Tints of Blue Violet #7E22FF

Color information

#7E22FF (or 0x7E22FF) is unknown color: approx Blue Violet. HEX triplet: 7E, 22 and FF. RGB value is (126,34,255). Sum of RGB (Red+Green+Blue) = 126+34+255=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E22FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E22FF is #81DD00. Grayscale: #555555. Windows color (decimal): -8510721 or 16720510. OLE color: 16720510.

HSL color Cylindrical-coordinate representation of color #7E22FF: hue angle of 264.98º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E22FF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12634255-
CMYK0.510.8700
HSL264.98º100%56.67%-
HSV(B)264.98º86.67%100%-
XYZ27.2312.895.64-
YUV86.7222.98156.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.36%
GREEN value IS 34 (13.67% from 255) = 8.19%
BLUE value IS 255 (100% from 255) = 61.45%
R=30.36%
G=8.19%
B=61.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal126342550.510.8700264.9810056.67
Hex7E22FF3357001096439
Octal17642377631270041114471
Binary1111110100010111111111100111010111001000010011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E22FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E22FF; }

 p { color: rgb(126,34,255); }

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

<style>
 a { background-color: #7E22FF; }

 a { background-color: rgb(126,34,255); }

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

<style>
 span { border-color: #7E22FF; }

 span { border-color: rgb(126,34,255); }

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