#7B16A9

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

Shades of Vivid Violet #7B16A9

Tints of Vivid Violet #7B16A9

Color information

#7B16A9 (or 0x7B16A9) is unknown color: approx Vivid Violet. HEX triplet: 7B, 16 and A9. RGB value is (123,22,169). Sum of RGB (Red+Green+Blue) = 123+22+169=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #7B16A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B16A9 is #84E956. Grayscale: #444444. Windows color (decimal): -8710487 or 11081339. OLE color: 11081339.

HSL color Cylindrical-coordinate representation of color #7B16A9: hue angle of 281.22º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B16A9 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12322169-
CMYK0.270.8700.34
HSL281.22º76.96%37.45%-
HSV(B)281.22º86.98%66.27%-
XYZ15.627.6538.19-
YUV68.96184.46166.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.17%
GREEN value IS 22 (8.98% from 255) = 7.01%
BLUE value IS 169 (66.41% from 255) = 53.82%
R=39.17%
G=7.01%
B=53.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal123221690.270.8700.34281.2276.9637.45
Hex7B16A91B570221194d25
Octal173262513312704243111545
Binary1111011101101010100111011101011101000101000110011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B16A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,22,169); }

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

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

 a { background-color: rgb(123,22,169); }

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

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

 span { border-color: rgb(123,22,169); }

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