#7E21F4

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

Shades of Blue Violet #7E21F4

Tints of Blue Violet #7E21F4

Color information

#7E21F4 (or 0x7E21F4) is unknown color: approx Blue Violet. HEX triplet: 7E, 21 and F4. RGB value is (126,33,244). Sum of RGB (Red+Green+Blue) = 126+33+244=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 244 (95.70% from 255 or 60.55% from 403); Max value from RGB is 244 - color contains mainly: blue. Hex color #7E21F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E21F4 is #81DE0B. Grayscale: #545454. Windows color (decimal): -8510988 or 15999358. OLE color: 15999358.

HSL color Cylindrical-coordinate representation of color #7E21F4: hue angle of 266.45º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E21F4 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12633244-
CMYK0.480.8600.04
HSL266.45º90.56%54.31%-
HSV(B)266.45º86.48%95.69%-
XYZ25.4812.0586.57-
YUV84.86217.81157.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.27%
GREEN value IS 33 (13.28% from 255) = 8.19%
BLUE value IS 244 (95.70% from 255) = 60.55%
R=31.27%
G=8.19%
B=60.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal126332440.480.8600.04266.4590.5654.31
Hex7E21F430560410a5b36
Octal17641364601260441213366
Binary111111010000111110100110000101011001001000010101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E21F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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