#7E21FF

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

Shades of Blue Violet #7E21FF

Tints of Blue Violet #7E21FF

Color information

#7E21FF (or 0x7E21FF) is unknown color: approx Blue Violet. HEX triplet: 7E, 21 and FF. RGB value is (126,33,255). Sum of RGB (Red+Green+Blue) = 126+33+255=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E21FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E21FF is #81DE00. Grayscale: #555555. Windows color (decimal): -8510977 or 16720254. OLE color: 16720254.

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

Color convert

RGB12633255-
CMYK0.510.8700
HSL265.14º100%56.47%-
HSV(B)265.14º87.06%100%-
XYZ27.212.7495.63-
YUV86.12223.31156.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.43%
GREEN value IS 33 (13.28% from 255) = 7.97%
BLUE value IS 255 (100% from 255) = 61.59%
R=30.43%
G=7.97%
B=61.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal126332550.510.8700265.1410056.47
Hex7E21FF3357001096438
Octal17641377631270041114470
Binary1111110100001111111111100111010111001000010011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E21FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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