#7E21AA

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

Shades of Vivid Violet #7E21AA

Tints of Vivid Violet #7E21AA

Color information

#7E21AA (or 0x7E21AA) is unknown color: approx Vivid Violet. HEX triplet: 7E, 21 and AA. RGB value is (126,33,170). Sum of RGB (Red+Green+Blue) = 126+33+170=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E21AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E21AA is #81DE55. Grayscale: #4B4B4B. Windows color (decimal): -8511062 or 11149694. OLE color: 11149694.

HSL color Cylindrical-coordinate representation of color #7E21AA: hue angle of 280.73º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E21AA is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12633170-
CMYK0.260.8100.33
HSL280.73º67.49%39.8%-
HSV(B)280.73º80.59%66.67%-
XYZ16.48.4338.79-
YUV76.42180.81163.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 33 (13.28% from 255) = 10.03%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=38.30%
G=10.03%
B=51.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126331700.260.8100.33280.7367.4939.8
Hex7E21AA1A510211194328
Octal176412523212104143110350
Binary11111101000011010101011010101000101000011000110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E21AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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