#7917AA

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

Shades of Vivid Violet #7917AA

Tints of Vivid Violet #7917AA

Color information

#7917AA (or 0x7917AA) is unknown color: approx Vivid Violet. HEX triplet: 79, 17 and AA. RGB value is (121,23,170). Sum of RGB (Red+Green+Blue) = 121+23+170=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #7917AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7917AA is #86E855. Grayscale: #444444. Windows color (decimal): -8841302 or 11147129. OLE color: 11147129.

HSL color Cylindrical-coordinate representation of color #7917AA: hue angle of 280º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7917AA is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12123170-
CMYK0.290.8600.33
HSL280º76.17%37.84%-
HSV(B)280º86.47%66.67%-
XYZ15.457.5838.68-
YUV69.06184.97165.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 23 (9.38% from 255) = 7.32%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=38.54%
G=7.32%
B=54.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121231700.290.8600.3328076.1737.84
Hex7917AA1D560211184c26
Octal171272523512604143011446
Binary1111001101111010101011101101011001000011000110001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7917AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7917AA; }

 p { color: rgb(121,23,170); }

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

<style>
 a { background-color: #7917AA; }

 a { background-color: rgb(121,23,170); }

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

<style>
 span { border-color: #7917AA; }

 span { border-color: rgb(121,23,170); }

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