#7E3597

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

Shades of Vivid Violet #7E3597

Tints of Vivid Violet #7E3597

Color information

#7E3597 (or 0x7E3597) is unknown color: approx Vivid Violet. HEX triplet: 7E, 35 and 97. RGB value is (126,53,151). Sum of RGB (Red+Green+Blue) = 126+53+151=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #7E3597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E3597 is #81CA68. Grayscale: #555555. Windows color (decimal): -8505961 or 9909630. OLE color: 9909630.

HSL color Cylindrical-coordinate representation of color #7E3597: hue angle of 284.69º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E3597 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12653151-
CMYK0.170.6500.41
HSL284.69º48.04%40%-
HSV(B)284.69º64.9%59.22%-
XYZ15.469.2230.24-
YUV86164.68156.53-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 151 (59.38% from 255) = 45.76%
R=38.18%
G=16.06%
B=45.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal126531510.170.6500.41284.6948.0440
Hex7E3597114102911d3028
Octal17665227211010514356050
Binary1111110110101100101111000110000010101001100011101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E3597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,53,151); }

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

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

 a { background-color: rgb(126,53,151); }

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

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

 span { border-color: rgb(126,53,151); }

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