#7F21AE

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

Shades of Vivid Violet #7F21AE

Tints of Vivid Violet #7F21AE

Color information

#7F21AE (or 0x7F21AE) is unknown color: approx Vivid Violet. HEX triplet: 7F, 21 and AE. RGB value is (127,33,174). Sum of RGB (Red+Green+Blue) = 127+33+174=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F21AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F21AE is #80DE51. Grayscale: #4C4C4C. Windows color (decimal): -8445522 or 11411839. OLE color: 11411839.

HSL color Cylindrical-coordinate representation of color #7F21AE: hue angle of 280º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F21AE is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12733174-
CMYK0.270.8100.32
HSL280º68.12%40.59%-
HSV(B)280º81.03%68.24%-
XYZ16.948.6640.82-
YUV77.18182.64163.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.02%
GREEN value IS 33 (13.28% from 255) = 9.88%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=38.02%
G=9.88%
B=52.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127331740.270.8100.3228068.1240.59
Hex7F21AE1B510201184429
Octal177412563312104043010451
Binary11111111000011010111011011101000101000001000110001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,33,174); }

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

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

 a { background-color: rgb(127,33,174); }

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

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

 span { border-color: rgb(127,33,174); }

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