#7C11AE

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

Shades of Dark Violet #7C11AE

Tints of Dark Violet #7C11AE

Color information

#7C11AE (or 0x7C11AE) is unknown color: approx Dark Violet. HEX triplet: 7C, 11 and AE. RGB value is (124,17,174). Sum of RGB (Red+Green+Blue) = 124+17+174=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C11AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C11AE is #83EE51. Grayscale: #424242. Windows color (decimal): -8646226 or 11407740. OLE color: 11407740.

HSL color Cylindrical-coordinate representation of color #7C11AE: hue angle of 280.89º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C11AE is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12417174-
CMYK0.290.9000.32
HSL280.89º82.2%37.45%-
HSV(B)280.89º90.23%68.24%-
XYZ16.157.7440.69-
YUV66.89188.45168.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=39.37%
G=5.40%
B=55.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124171740.290.9000.32280.8982.237.45
Hex7C11AE1D5A0201195225
Octal174212563513204043112245
Binary1111100100011010111011101101101001000001000110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C11AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,17,174); }

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

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

 a { background-color: rgb(124,17,174); }

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

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

 span { border-color: rgb(124,17,174); }

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