#7A1599

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

Shades of Vivid Violet #7A1599

Tints of Vivid Violet #7A1599

Color information

#7A1599 (or 0x7A1599) is unknown color: approx Vivid Violet. HEX triplet: 7A, 15 and 99. RGB value is (122,21,153). Sum of RGB (Red+Green+Blue) = 122+21+153=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A1599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1599 is #85EA66. Grayscale: #414141. Windows color (decimal): -8776295 or 10032506. OLE color: 10032506.

HSL color Cylindrical-coordinate representation of color #7A1599: hue angle of 285.91º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1599 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12221153-
CMYK0.200.8600.4
HSL285.91º75.86%34.12%-
HSV(B)285.91º86.27%60%-
XYZ14.046.9730.74-
YUV66.25176.96167.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 21 (8.59% from 255) = 7.09%
BLUE value IS 153 (60.16% from 255) = 51.69%
R=41.22%
G=7.09%
B=51.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal122211530.200.8600.4285.9175.8634.12
Hex7A1599145602811e4c22
Octal172252312412605043611442
Binary1111010101011001100110100101011001010001000111101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,21,153); }

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

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

 a { background-color: rgb(122,21,153); }

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

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

 span { border-color: rgb(122,21,153); }

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