#7E448B

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

Shades of Vivid Violet #7E448B

Tints of Vivid Violet #7E448B

Color information

#7E448B (or 0x7E448B) is unknown color: approx Vivid Violet. HEX triplet: 7E, 44 and 8B. RGB value is (126,68,139). Sum of RGB (Red+Green+Blue) = 126+68+139=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E448B is #81BB74. Grayscale: #5D5D5D. Windows color (decimal): -8502133 or 9127038. OLE color: 9127038.

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

Color convert

RGB12668139-
CMYK0.090.5100.45
HSL289.01º34.3%40.59%-
HSV(B)289.01º51.08%54.51%-
XYZ15.3310.4325.63-
YUV93.44153.72151.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.84%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=37.84%
G=20.42%
B=41.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126681390.090.5100.45289.0134.340.59
Hex7E448B93302D1212229
Octal17610421311630554414251
Binary111111010001001000101110011100110101101100100001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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