#7E2999

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

Shades of Vivid Violet #7E2999

Tints of Vivid Violet #7E2999

Color information

#7E2999 (or 0x7E2999) is unknown color: approx Vivid Violet. HEX triplet: 7E, 29 and 99. RGB value is (126,41,153). Sum of RGB (Red+Green+Blue) = 126+41+153=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E2999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2999 is #81D666. Grayscale: #4E4E4E. Windows color (decimal): -8509031 or 10037630. OLE color: 10037630.

HSL color Cylindrical-coordinate representation of color #7E2999: hue angle of 285.54º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E2999 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12641153-
CMYK0.180.7300.4
HSL285.54º57.73%38.04%-
HSV(B)285.54º73.2%60%-
XYZ15.158.3230.94-
YUV79.18169.66161.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.38%
GREEN value IS 41 (16.41% from 255) = 12.81%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=39.38%
G=12.81%
B=47.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126411530.180.7300.4285.5457.7338.04
Hex7E2999124902811e3a26
Octal17651231221110504367246
Binary1111110101001100110011001010010010101000100011110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,41,153); }

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

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

 a { background-color: rgb(126,41,153); }

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

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

 span { border-color: rgb(126,41,153); }

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