#7E3A9B

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

Shades of Vivid Violet #7E3A9B

Tints of Vivid Violet #7E3A9B

Color information

#7E3A9B (or 0x7E3A9B) is unknown color: approx Vivid Violet. HEX triplet: 7E, 3A and 9B. RGB value is (126,58,155). Sum of RGB (Red+Green+Blue) = 126+58+155=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E3A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3A9B is #81C564. Grayscale: #595959. Windows color (decimal): -8504677 or 10173054. OLE color: 10173054.

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

Color convert

RGB12658155-
CMYK0.190.6300.39
HSL282.06º45.54%41.76%-
HSV(B)282.06º62.58%60.78%-
XYZ16.039.8332.06-
YUV89.39165.03154.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=37.17%
G=17.11%
B=45.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126581550.190.6300.39282.0645.5441.76
Hex7E3A9B133F02711a2e2a
Octal1767223323770474325652
Binary111111011101010011011100111111110100111100011010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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