#7E288C

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

Shades of Vivid Violet #7E288C

Tints of Vivid Violet #7E288C

Color information

#7E288C (or 0x7E288C) is unknown color: approx Vivid Violet. HEX triplet: 7E, 28 and 8C. RGB value is (126,40,140). Sum of RGB (Red+Green+Blue) = 126+40+140=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E288C is #81D773. Grayscale: #4C4C4C. Windows color (decimal): -8509300 or 9185406. OLE color: 9185406.

HSL color Cylindrical-coordinate representation of color #7E288C: hue angle of 291.6º degrees, saturation: 0.56, 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 #7E288C is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12640140-
CMYK0.100.7100.45
HSL291.6º55.56%35.29%-
HSV(B)291.6º71.43%54.9%-
XYZ14.17.8525.58-
YUV77.11163.49162.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.18%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 140 (55.08% from 255) = 45.75%
R=41.18%
G=13.07%
B=45.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126401400.100.7100.45291.655.5635.29
Hex7E288CA4702D1243823
Octal17650214121070554447043
Binary111111010100010001100101010001110101101100100100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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