#7A3489

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

Shades of Vivid Violet #7A3489

Tints of Vivid Violet #7A3489

Color information

#7A3489 (or 0x7A3489) is unknown color: approx Vivid Violet. HEX triplet: 7A, 34 and 89. RGB value is (122,52,137). Sum of RGB (Red+Green+Blue) = 122+52+137=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A3489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3489 is #85CB76. Grayscale: #525252. Windows color (decimal): -8768375 or 8991866. OLE color: 8991866.

HSL color Cylindrical-coordinate representation of color #7A3489: hue angle of 289.41º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A3489 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12252137-
CMYK0.110.6200.46
HSL289.41º44.97%37.06%-
HSV(B)289.41º62.04%53.73%-
XYZ13.778.424.56-
YUV82.62158.69156.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=39.23%
G=16.72%
B=44.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122521370.110.6200.46289.4144.9737.06
Hex7A3489B3E02E1212d25
Octal1726421113760564415545
Binary11110101101001000100110111111100101110100100001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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