#7E299E

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

Shades of Vivid Violet #7E299E

Tints of Vivid Violet #7E299E

Color information

#7E299E (or 0x7E299E) is unknown color: approx Vivid Violet. HEX triplet: 7E, 29 and 9E. RGB value is (126,41,158). Sum of RGB (Red+Green+Blue) = 126+41+158=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #7E299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E299E is #81D661. Grayscale: #4F4F4F. Windows color (decimal): -8509026 or 10365310. OLE color: 10365310.

HSL color Cylindrical-coordinate representation of color #7E299E: hue angle of 283.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7E299E is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12641158-
CMYK0.200.7400.38
HSL283.59º58.79%39.02%-
HSV(B)283.59º74.05%61.96%-
XYZ15.578.4933.17-
YUV79.75172.16160.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.77%
GREEN value IS 41 (16.41% from 255) = 12.62%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=38.77%
G=12.62%
B=48.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal126411580.200.7400.38283.5958.7939.02
Hex7E299E144A02611c3b27
Octal17651236241120464347347
Binary1111110101001100111101010010010100100110100011100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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