#7A408E

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

Shades of Vivid Violet #7A408E

Tints of Vivid Violet #7A408E

Color information

#7A408E (or 0x7A408E) is unknown color: approx Vivid Violet. HEX triplet: 7A, 40 and 8E. RGB value is (122,64,142). Sum of RGB (Red+Green+Blue) = 122+64+142=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A408E is #85BF71. Grayscale: #595959. Windows color (decimal): -8765298 or 9322618. OLE color: 9322618.

HSL color Cylindrical-coordinate representation of color #7A408E: hue angle of 284.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A408E is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12264142-
CMYK0.140.5500.44
HSL284.62º37.86%40.39%-
HSV(B)284.62º54.93%55.69%-
XYZ14.749.7626.7-
YUV90.23157.22150.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.20%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 142 (55.86% from 255) = 43.29%
R=37.20%
G=19.51%
B=43.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122641420.140.5500.44284.6237.8640.39
Hex7A408EE3702C11d2628
Octal17210021616670544354650
Binary111101010000001000111011101101110101100100011101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,64,142); }

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

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

 a { background-color: rgb(122,64,142); }

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

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

 span { border-color: rgb(122,64,142); }

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