#7E2987

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

Shades of Vivid Violet #7E2987

Tints of Vivid Violet #7E2987

Color information

#7E2987 (or 0x7E2987) is unknown color: approx Vivid Violet. HEX triplet: 7E, 29 and 87. RGB value is (126,41,135). Sum of RGB (Red+Green+Blue) = 126+41+135=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E2987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E2987 is #81D678. Grayscale: #4C4C4C. Windows color (decimal): -8509049 or 8857982. OLE color: 8857982.

HSL color Cylindrical-coordinate representation of color #7E2987: hue angle of 294.26º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E2987 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12641135-
CMYK0.070.7000.47
HSL294.26º53.41%34.51%-
HSV(B)294.26º69.63%52.94%-
XYZ13.777.7723.7-
YUV77.13160.66162.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.72%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=41.72%
G=13.58%
B=44.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126411350.070.7000.47294.2653.4134.51
Hex7E298774602F1263523
Octal1765120771060574466543
Binary11111101010011000011111110001100101111100100110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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