#7E4698

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

Shades of Vivid Violet #7E4698

Tints of Vivid Violet #7E4698

Color information

#7E4698 (or 0x7E4698) is unknown color: approx Vivid Violet. HEX triplet: 7E, 46 and 98. RGB value is (126,70,152). Sum of RGB (Red+Green+Blue) = 126+70+152=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #7E4698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E4698 is #81B967. Grayscale: #5F5F5F. Windows color (decimal): -8501608 or 9979518. OLE color: 9979518.

HSL color Cylindrical-coordinate representation of color #7E4698: hue angle of 280.98º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E4698 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12670152-
CMYK0.170.5400.40
HSL280.98º36.94%43.53%-
HSV(B)280.98º53.95%59.61%-
XYZ16.4611.0830.98-
YUV96.09159.55149.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.21%
GREEN value IS 70 (27.73% from 255) = 20.11%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=36.21%
G=20.11%
B=43.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal126701520.170.5400.40280.9836.9443.53
Hex7E46981136028119252c
Octal17610623021660504314554
Binary1111110100011010011000100011101100101000100011001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,70,152); }

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

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

 a { background-color: rgb(126,70,152); }

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

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

 span { border-color: rgb(126,70,152); }

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