#7E289B

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

Shades of Vivid Violet #7E289B

Tints of Vivid Violet #7E289B

Color information

#7E289B (or 0x7E289B) is unknown color: approx Vivid Violet. HEX triplet: 7E, 28 and 9B. RGB value is (126,40,155). Sum of RGB (Red+Green+Blue) = 126+40+155=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E289B is #81D764. Grayscale: #4E4E4E. Windows color (decimal): -8509285 or 10168446. OLE color: 10168446.

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

Color convert

RGB12640155-
CMYK0.190.7400.39
HSL284.87º58.97%38.24%-
HSV(B)284.87º74.19%60.78%-
XYZ15.288.3231.81-
YUV78.82170.99161.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.25%
GREEN value IS 40 (16.02% from 255) = 12.46%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=39.25%
G=12.46%
B=48.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126401550.190.7400.39284.8758.9738.24
Hex7E289B134A02711d3b26
Octal17650233231120474357346
Binary1111110101000100110111001110010100100111100011101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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