#7A399E

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

Shades of Vivid Violet #7A399E

Tints of Vivid Violet #7A399E

Color information

#7A399E (or 0x7A399E) is unknown color: approx Vivid Violet. HEX triplet: 7A, 39 and 9E. RGB value is (122,57,158). Sum of RGB (Red+Green+Blue) = 122+57+158=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A399E is #85C661. Grayscale: #575757. Windows color (decimal): -8767074 or 10369402. OLE color: 10369402.

HSL color Cylindrical-coordinate representation of color #7A399E: hue angle of 278.61º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A399E is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12257158-
CMYK0.230.6400.38
HSL278.61º46.98%42.16%-
HSV(B)278.61º63.92%61.96%-
XYZ15.669.5333.36-
YUV87.95167.53152.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=36.20%
G=16.91%
B=46.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122571580.230.6400.38278.6146.9842.16
Hex7A399E17400261172f2a
Octal17271236271000464275752
Binary1111010111001100111101011110000000100110100010111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,57,158); }

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

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

 a { background-color: rgb(122,57,158); }

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

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

 span { border-color: rgb(122,57,158); }

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