#7A159F

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

Shades of Vivid Violet #7A159F

Tints of Vivid Violet #7A159F

Color information

#7A159F (or 0x7A159F) is unknown color: approx Vivid Violet. HEX triplet: 7A, 15 and 9F. RGB value is (122,21,159). Sum of RGB (Red+Green+Blue) = 122+21+159=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A159F is #85EA60. Grayscale: #424242. Windows color (decimal): -8776289 or 10425722. OLE color: 10425722.

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

Color convert

RGB12221159-
CMYK0.230.8700.38
HSL283.91º76.67%35.29%-
HSV(B)283.91º86.79%62.35%-
XYZ14.557.1833.42-
YUV66.93179.96167.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.40%
GREEN value IS 21 (8.59% from 255) = 6.95%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=40.40%
G=6.95%
B=52.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122211590.230.8700.38283.9176.6735.29
Hex7A159F175702611c4d23
Octal172252372712704643411543
Binary1111010101011001111110111101011101001101000111001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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