#7E248E

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

Shades of Vivid Violet #7E248E

Tints of Vivid Violet #7E248E

Color information

#7E248E (or 0x7E248E) is unknown color: approx Vivid Violet. HEX triplet: 7E, 24 and 8E. RGB value is (126,36,142). Sum of RGB (Red+Green+Blue) = 126+36+142=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #7E248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E248E is #81DB71. Grayscale: #4A4A4A. Windows color (decimal): -8510322 or 9315454. OLE color: 9315454.

HSL color Cylindrical-coordinate representation of color #7E248E: hue angle of 290.94º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E248E is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12636142-
CMYK0.110.7500.44
HSL290.94º59.55%34.9%-
HSV(B)290.94º74.65%55.69%-
XYZ14.127.6526.32-
YUV74.99165.82164.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.45%
GREEN value IS 36 (14.45% from 255) = 11.84%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=41.45%
G=11.84%
B=46.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126361420.110.7500.44290.9459.5534.9
Hex7E248EB4B02C1233c23
Octal17644216131130544437443
Binary111111010010010001110101110010110101100100100011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,36,142); }

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

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

 a { background-color: rgb(126,36,142); }

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

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

 span { border-color: rgb(126,36,142); }

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