#7E3893

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

Shades of Vivid Violet #7E3893

Tints of Vivid Violet #7E3893

Color information

#7E3893 (or 0x7E3893) is unknown color: approx Vivid Violet. HEX triplet: 7E, 38 and 93. RGB value is (126,56,147). Sum of RGB (Red+Green+Blue) = 126+56+147=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #7E3893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3893 is #81C76C. Grayscale: #575757. Windows color (decimal): -8505197 or 9648254. OLE color: 9648254.

HSL color Cylindrical-coordinate representation of color #7E3893: hue angle of 286.15º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E3893 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12656147-
CMYK0.140.6200.42
HSL286.15º44.83%39.8%-
HSV(B)286.15º61.9%57.65%-
XYZ15.289.3728.61-
YUV87.3161.69155.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=38.30%
G=17.02%
B=44.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126561470.140.6200.42286.1544.8339.8
Hex7E3893E3E02A11e2d28
Octal1767022316760524365550
Binary11111101110001001001111101111100101010100011110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,56,147); }

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

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

 a { background-color: rgb(126,56,147); }

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

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

 span { border-color: rgb(126,56,147); }

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