#7D15AA

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

Shades of Vivid Violet #7D15AA

Tints of Vivid Violet #7D15AA

Color information

#7D15AA (or 0x7D15AA) is unknown color: approx Vivid Violet. HEX triplet: 7D, 15 and AA. RGB value is (125,21,170). Sum of RGB (Red+Green+Blue) = 125+21+170=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D15AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D15AA is #82EA55. Grayscale: #444444. Windows color (decimal): -8579670 or 11146621. OLE color: 11146621.

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

Color convert

RGB12521170-
CMYK0.260.8800.33
HSL281.88º78.01%37.45%-
HSV(B)281.88º87.65%66.67%-
XYZ15.987.838.69-
YUV69.08184.96167.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.56%
GREEN value IS 21 (8.59% from 255) = 6.65%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=39.56%
G=6.65%
B=53.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125211700.260.8800.33281.8878.0137.45
Hex7D15AA1A5802111a4e25
Octal175252523213004143211645
Binary1111101101011010101011010101100001000011000110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D15AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,21,170); }

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

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

 a { background-color: rgb(125,21,170); }

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

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

 span { border-color: rgb(125,21,170); }

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