#7E14A9

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

Shades of Vivid Violet #7E14A9

Tints of Vivid Violet #7E14A9

Color information

#7E14A9 (or 0x7E14A9) is unknown color: approx Vivid Violet. HEX triplet: 7E, 14 and A9. RGB value is (126,20,169). Sum of RGB (Red+Green+Blue) = 126+20+169=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #7E14A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E14A9 is #81EB56. Grayscale: #444444. Windows color (decimal): -8514391 or 11080830. OLE color: 11080830.

HSL color Cylindrical-coordinate representation of color #7E14A9: hue angle of 282.68º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E14A9 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12620169-
CMYK0.250.8800.34
HSL282.68º78.84%37.06%-
HSV(B)282.68º88.17%66.27%-
XYZ16.027.838.2-
YUV68.68184.62168.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 169 (66.41% from 255) = 53.65%
R=40%
G=6.35%
B=53.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126201690.250.8800.34282.6878.8437.06
Hex7E14A9195802211b4f25
Octal176242513113004243311745
Binary1111110101001010100111001101100001000101000110111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E14A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,20,169); }

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

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

 a { background-color: rgb(126,20,169); }

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

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

 span { border-color: rgb(126,20,169); }

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