#7204AE

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

Shades of Dark Violet #7204AE

Tints of Dark Violet #7204AE

Color information

#7204AE (or 0x7204AE) is unknown color: approx Dark Violet. HEX triplet: 72, 04 and AE. RGB value is (114,4,174). Sum of RGB (Red+Green+Blue) = 114+4+174=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #7204AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7204AE is #8DFB51. Grayscale: #373737. Windows color (decimal): -9304914 or 11404402. OLE color: 11404402.

HSL color Cylindrical-coordinate representation of color #7204AE: hue angle of 278.82º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7204AE is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1144174-
CMYK0.340.9800.32
HSL278.82º95.51%34.9%-
HSV(B)278.82º97.7%68.24%-
XYZ14.626.7240.57-
YUV56.27194.44169.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 174 (68.36% from 255) = 59.59%
R=39.04%
G=1.37%
B=59.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11441740.340.9800.32278.8295.5134.9
Hex724AE22620201176023
Octal16242564214204042714043
Binary111001010010101110100010110001001000001000101111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7204AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7204AE; }

 p { color: rgb(114,4,174); }

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

<style>
 a { background-color: #7204AE; }

 a { background-color: rgb(114,4,174); }

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

<style>
 span { border-color: #7204AE; }

 span { border-color: rgb(114,4,174); }

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