#7E448D

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

Shades of Vivid Violet #7E448D

Tints of Vivid Violet #7E448D

Color information

#7E448D (or 0x7E448D) is unknown color: approx Vivid Violet. HEX triplet: 7E, 44 and 8D. RGB value is (126,68,141). Sum of RGB (Red+Green+Blue) = 126+68+141=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E448D is #81BB72. Grayscale: #5D5D5D. Windows color (decimal): -8502131 or 9258110. OLE color: 9258110.

HSL color Cylindrical-coordinate representation of color #7E448D: hue angle of 287.67º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E448D is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12668141-
CMYK0.110.5200.45
HSL287.67º34.93%40.98%-
HSV(B)287.67º51.77%55.29%-
XYZ15.4810.4926.41-
YUV93.66154.72151.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=37.61%
G=20.30%
B=42.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126681410.110.5200.45287.6734.9340.98
Hex7E448DB3402D1202329
Octal17610421513640554404351
Binary111111010001001000110110111101000101101100100000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,68,141); }

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

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

 a { background-color: rgb(126,68,141); }

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

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

 span { border-color: rgb(126,68,141); }

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