#7A329B

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

Shades of Vivid Violet #7A329B

Tints of Vivid Violet #7A329B

Color information

#7A329B (or 0x7A329B) is unknown color: approx Vivid Violet. HEX triplet: 7A, 32 and 9B. RGB value is (122,50,155). Sum of RGB (Red+Green+Blue) = 122+50+155=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A329B is #85CD64. Grayscale: #535353. Windows color (decimal): -8768869 or 10171002. OLE color: 10171002.

HSL color Cylindrical-coordinate representation of color #7A329B: hue angle of 281.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A329B is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12250155-
CMYK0.210.6800.39
HSL281.14º51.22%40.2%-
HSV(B)281.14º67.74%60.78%-
XYZ15.088.7931.91-
YUV83.5168.35155.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.31%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=37.31%
G=15.29%
B=47.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122501550.210.6800.39281.1451.2240.2
Hex7A329B15440271193328
Octal17262233251040474316350
Binary1111010110010100110111010110001000100111100011001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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