#7A4492

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

Shades of Vivid Violet #7A4492

Tints of Vivid Violet #7A4492

Color information

#7A4492 (or 0x7A4492) is unknown color: approx Vivid Violet. HEX triplet: 7A, 44 and 92. RGB value is (122,68,146). Sum of RGB (Red+Green+Blue) = 122+68+146=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A4492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4492 is #85BB6D. Grayscale: #5C5C5C. Windows color (decimal): -8764270 or 9585786. OLE color: 9585786.

HSL color Cylindrical-coordinate representation of color #7A4492: hue angle of 281.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A4492 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12268146-
CMYK0.160.5300.43
HSL281.54º36.45%41.96%-
HSV(B)281.54º53.42%57.25%-
XYZ15.2810.3528.39-
YUV93.04157.89148.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.31%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=36.31%
G=20.24%
B=43.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122681460.160.5300.43281.5436.4541.96
Hex7A4492103502B11a242a
Octal17210422220650534324452
Binary1111010100010010010010100001101010101011100011010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,68,146); }

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

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

 a { background-color: rgb(122,68,146); }

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

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

 span { border-color: rgb(122,68,146); }

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