#7A349C

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

Shades of Vivid Violet #7A349C

Tints of Vivid Violet #7A349C

Color information

#7A349C (or 0x7A349C) is unknown color: approx Vivid Violet. HEX triplet: 7A, 34 and 9C. RGB value is (122,52,156). Sum of RGB (Red+Green+Blue) = 122+52+156=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A349C is #85CB63. Grayscale: #545454. Windows color (decimal): -8768356 or 10237050. OLE color: 10237050.

HSL color Cylindrical-coordinate representation of color #7A349C: hue angle of 280.38º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A349C is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12252156-
CMYK0.220.6700.39
HSL280.38º50%40.78%-
HSV(B)280.38º66.67%61.18%-
XYZ15.258.9932.38-
YUV84.79168.19154.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 52 (20.70% from 255) = 15.76%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=36.97%
G=15.76%
B=47.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122521560.220.6700.39280.385040.78
Hex7A349C16430271183229
Octal17264234261030474306251
Binary1111010110100100111001011010000110100111100011000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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