#7A12AB

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

Shades of Vivid Violet #7A12AB

Tints of Vivid Violet #7A12AB

Color information

#7A12AB (or 0x7A12AB) is unknown color: approx Vivid Violet. HEX triplet: 7A, 12 and AB. RGB value is (122,18,171). Sum of RGB (Red+Green+Blue) = 122+18+171=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A12AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A12AB is #85ED54. Grayscale: #424242. Windows color (decimal): -8777045 or 11211386. OLE color: 11211386.

HSL color Cylindrical-coordinate representation of color #7A12AB: hue angle of 280.78º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A12AB is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12218171-
CMYK0.290.8900.33
HSL280.78º80.95%37.06%-
HSV(B)280.78º89.47%67.06%-
XYZ15.597.5139.16-
YUV66.54186.96167.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.23%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=39.23%
G=5.79%
B=54.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122181710.290.8900.33280.7880.9537.06
Hex7A12AB1D590211195125
Octal172222533513104143112145
Binary1111010100101010101111101101100101000011000110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A12AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,18,171); }

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

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

 a { background-color: rgb(122,18,171); }

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

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

 span { border-color: rgb(122,18,171); }

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