#7A3495

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

Shades of Vivid Violet #7A3495

Tints of Vivid Violet #7A3495

Color information

#7A3495 (or 0x7A3495) is unknown color: approx Vivid Violet. HEX triplet: 7A, 34 and 95. RGB value is (122,52,149). Sum of RGB (Red+Green+Blue) = 122+52+149=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A3495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3495 is #85CB6A. Grayscale: #535353. Windows color (decimal): -8768363 or 9778298. OLE color: 9778298.

HSL color Cylindrical-coordinate representation of color #7A3495: hue angle of 283.3º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A3495 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12252149-
CMYK0.180.6500.42
HSL283.3º48.26%39.41%-
HSV(B)283.3º65.1%58.43%-
XYZ14.688.7629.35-
YUV83.99164.69155.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.77%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 149 (58.59% from 255) = 46.13%
R=37.77%
G=16.10%
B=46.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122521490.180.6500.42283.348.2639.41
Hex7A3495124102A11b3027
Octal17264225221010524336047
Binary1111010110100100101011001010000010101010100011011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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