#7A329F

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

Shades of Vivid Violet #7A329F

Tints of Vivid Violet #7A329F

Color information

#7A329F (or 0x7A329F) is unknown color: approx Vivid Violet. HEX triplet: 7A, 32 and 9F. RGB value is (122,50,159). Sum of RGB (Red+Green+Blue) = 122+50+159=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A329F is #85CD60. Grayscale: #535353. Windows color (decimal): -8768865 or 10433146. OLE color: 10433146.

HSL color Cylindrical-coordinate representation of color #7A329F: hue angle of 279.63º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A329F is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12250159-
CMYK0.230.6900.38
HSL279.63º52.15%40.98%-
HSV(B)279.63º68.55%62.35%-
XYZ15.428.9233.71-
YUV83.95170.35155.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=36.86%
G=15.11%
B=48.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122501590.230.6900.38279.6352.1540.98
Hex7A329F17450261183429
Octal17262237271050464306451
Binary1111010110010100111111011110001010100110100011000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,50,159); }

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

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

 a { background-color: rgb(122,50,159); }

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

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

 span { border-color: rgb(122,50,159); }

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