#7C12AC

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

Shades of Vivid Violet #7C12AC

Tints of Vivid Violet #7C12AC

Color information

#7C12AC (or 0x7C12AC) is unknown color: approx Vivid Violet. HEX triplet: 7C, 12 and AC. RGB value is (124,18,172). Sum of RGB (Red+Green+Blue) = 124+18+172=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C12AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C12AC is #83ED53. Grayscale: #424242. Windows color (decimal): -8645972 or 11276924. OLE color: 11276924.

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

Color convert

RGB12418172-
CMYK0.280.9000.33
HSL281.3º81.05%37.25%-
HSV(B)281.3º89.53%67.45%-
XYZ15.977.739.67-
YUV67.25187.12168.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 172 (67.58% from 255) = 54.78%
R=39.49%
G=5.73%
B=54.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124181720.280.9000.33281.381.0537.25
Hex7C12AC1C5A0211195125
Octal174222543413204143112145
Binary1111100100101010110011100101101001000011000110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C12AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,18,172); }

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

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

 a { background-color: rgb(124,18,172); }

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

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

 span { border-color: rgb(124,18,172); }

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