#7D12AC

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

Shades of Vivid Violet #7D12AC

Tints of Vivid Violet #7D12AC

Color information

#7D12AC (or 0x7D12AC) is unknown color: approx Vivid Violet. HEX triplet: 7D, 12 and AC. RGB value is (125,18,172). Sum of RGB (Red+Green+Blue) = 125+18+172=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D12AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D12AC is #82ED53. Grayscale: #434343. Windows color (decimal): -8580436 or 11276925. OLE color: 11276925.

HSL color Cylindrical-coordinate representation of color #7D12AC: hue angle of 281.69º 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 #7D12AC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12518172-
CMYK0.270.9000.33
HSL281.69º81.05%37.25%-
HSV(B)281.69º89.53%67.45%-
XYZ16.127.7739.68-
YUV67.55186.95168.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.68%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 172 (67.58% from 255) = 54.60%
R=39.68%
G=5.71%
B=54.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125181720.270.9000.33281.6981.0537.25
Hex7D12AC1B5A02111a5125
Octal175222543313204143212145
Binary1111101100101010110011011101101001000011000110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D12AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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