#7A349F

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

Shades of Vivid Violet #7A349F

Tints of Vivid Violet #7A349F

Color information

#7A349F (or 0x7A349F) is unknown color: approx Vivid Violet. HEX triplet: 7A, 34 and 9F. RGB value is (122,52,159). Sum of RGB (Red+Green+Blue) = 122+52+159=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A349F is #85CB60. Grayscale: #545454. Windows color (decimal): -8768353 or 10433658. OLE color: 10433658.

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

Color convert

RGB12252159-
CMYK0.230.6700.38
HSL279.25º50.71%41.37%-
HSV(B)279.25º67.3%62.35%-
XYZ15.519.133.74-
YUV85.13169.69154.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=36.64%
G=15.62%
B=47.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122521590.230.6700.38279.2550.7141.37
Hex7A349F17430261173329
Octal17264237271030464276351
Binary1111010110100100111111011110000110100110100010111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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