#7E298E

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

Shades of Vivid Violet #7E298E

Tints of Vivid Violet #7E298E

Color information

#7E298E (or 0x7E298E) is unknown color: approx Vivid Violet. HEX triplet: 7E, 29 and 8E. RGB value is (126,41,142). Sum of RGB (Red+Green+Blue) = 126+41+142=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E298E is #81D671. Grayscale: #4D4D4D. Windows color (decimal): -8509042 or 9316734. OLE color: 9316734.

HSL color Cylindrical-coordinate representation of color #7E298E: hue angle of 290.5º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E298E is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12641142-
CMYK0.110.7100.44
HSL290.5º55.19%35.88%-
HSV(B)290.5º71.13%55.69%-
XYZ14.287.9726.38-
YUV77.93164.16162.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.78%
GREEN value IS 41 (16.41% from 255) = 13.27%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=40.78%
G=13.27%
B=45.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126411420.110.7100.44290.555.1935.88
Hex7E298EB4702C1223724
Octal17651216131070544426744
Binary111111010100110001110101110001110101100100100010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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