#7E288F

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

Shades of Vivid Violet #7E288F

Tints of Vivid Violet #7E288F

Color information

#7E288F (or 0x7E288F) is unknown color: approx Vivid Violet. HEX triplet: 7E, 28 and 8F. RGB value is (126,40,143). Sum of RGB (Red+Green+Blue) = 126+40+143=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E288F is #81D770. Grayscale: #4D4D4D. Windows color (decimal): -8509297 or 9382014. OLE color: 9382014.

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

Color convert

RGB12640143-
CMYK0.120.7200.44
HSL290.1º56.28%35.88%-
HSV(B)290.1º72.03%56.08%-
XYZ14.327.9426.76-
YUV77.46164.99162.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.78%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 143 (56.25% from 255) = 46.28%
R=40.78%
G=12.94%
B=46.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126401430.120.7200.44290.156.2835.88
Hex7E288FC4802C1223824
Octal17650217141100544427044
Binary111111010100010001111110010010000101100100100010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,40,143); }

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

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

 a { background-color: rgb(126,40,143); }

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

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

 span { border-color: rgb(126,40,143); }

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