#7A159D

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

Shades of Vivid Violet #7A159D

Tints of Vivid Violet #7A159D

Color information

#7A159D (or 0x7A159D) is unknown color: approx Vivid Violet. HEX triplet: 7A, 15 and 9D. RGB value is (122,21,157). Sum of RGB (Red+Green+Blue) = 122+21+157=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A159D is #85EA62. Grayscale: #424242. Windows color (decimal): -8776291 or 10294650. OLE color: 10294650.

HSL color Cylindrical-coordinate representation of color #7A159D: hue angle of 284.56º degrees, saturation: 0.76, 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 #7A159D is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12221157-
CMYK0.220.8700.38
HSL284.56º76.4%34.9%-
HSV(B)284.56º86.62%61.57%-
XYZ14.387.1132.51-
YUV66.7178.96167.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.67%
GREEN value IS 21 (8.59% from 255) = 7%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=40.67%
G=7%
B=52.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122211570.220.8700.38284.5676.434.9
Hex7A159D165702611d4c23
Octal172252352612704643511443
Binary1111010101011001110110110101011101001101000111011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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