#7E28AD

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

Shades of Vivid Violet #7E28AD

Tints of Vivid Violet #7E28AD

Color information

#7E28AD (or 0x7E28AD) is unknown color: approx Vivid Violet. HEX triplet: 7E, 28 and AD. RGB value is (126,40,173). Sum of RGB (Red+Green+Blue) = 126+40+173=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E28AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E28AD is #81D752. Grayscale: #505050. Windows color (decimal): -8509267 or 11348094. OLE color: 11348094.

HSL color Cylindrical-coordinate representation of color #7E28AD: hue angle of 278.8º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E28AD is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12640173-
CMYK0.270.7700.32
HSL278.8º62.44%41.76%-
HSV(B)278.8º76.88%67.84%-
XYZ16.918.9740.38-
YUV80.88179.99160.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 40 (16.02% from 255) = 11.80%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=37.17%
G=11.80%
B=51.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126401730.270.7700.32278.862.4441.76
Hex7E28AD1B4D0201173e2a
Octal17650255331150404277652
Binary1111110101000101011011101110011010100000100010111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E28AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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