#7E288B

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

Shades of Vivid Violet #7E288B

Tints of Vivid Violet #7E288B

Color information

#7E288B (or 0x7E288B) is unknown color: approx Vivid Violet. HEX triplet: 7E, 28 and 8B. RGB value is (126,40,139). Sum of RGB (Red+Green+Blue) = 126+40+139=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E288B is #81D774. Grayscale: #4C4C4C. Windows color (decimal): -8509301 or 9119870. OLE color: 9119870.

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

Color convert

RGB12640139-
CMYK0.090.7100.45
HSL292.12º55.31%35.1%-
HSV(B)292.12º71.22%54.51%-
XYZ14.027.8225.2-
YUV77162.99162.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.31%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=41.31%
G=13.11%
B=45.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126401390.090.7100.45292.1255.3135.1
Hex7E288B94702D1243723
Octal17650213111070554446743
Binary111111010100010001011100110001110101101100100100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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