#7E319B

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

Shades of Vivid Violet #7E319B

Tints of Vivid Violet #7E319B

Color information

#7E319B (or 0x7E319B) is unknown color: approx Vivid Violet. HEX triplet: 7E, 31 and 9B. RGB value is (126,49,155). Sum of RGB (Red+Green+Blue) = 126+49+155=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #7E319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E319B is #81CE64. Grayscale: #535353. Windows color (decimal): -8506981 or 10170750. OLE color: 10170750.

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

Color convert

RGB12649155-
CMYK0.190.6800.39
HSL283.58º51.96%40%-
HSV(B)283.58º68.39%60.78%-
XYZ15.62931.92-
YUV84.11168.01157.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=38.18%
G=14.85%
B=46.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal126491550.190.6800.39283.5851.9640
Hex7E319B134402711c3428
Octal17661233231040474346450
Binary1111110110001100110111001110001000100111100011100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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