#7104AE

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

Shades of Dark Violet #7104AE

Tints of Dark Violet #7104AE

Color information

#7104AE (or 0x7104AE) is unknown color: approx Dark Violet. HEX triplet: 71, 04 and AE. RGB value is (113,4,174). Sum of RGB (Red+Green+Blue) = 113+4+174=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #7104AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7104AE is #8EFB51. Grayscale: #373737. Windows color (decimal): -9370450 or 11404401. OLE color: 11404401.

HSL color Cylindrical-coordinate representation of color #7104AE: hue angle of 278.47º 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 #7104AE is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1134174-
CMYK0.350.9800.32
HSL278.47º95.51%34.9%-
HSV(B)278.47º97.7%68.24%-
XYZ14.496.6540.56-
YUV55.97194.61168.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=38.83%
G=1.37%
B=59.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11341740.350.9800.32278.4795.5134.9
Hex714AE23620201166023
Octal16142564314204042614043
Binary111000110010101110100011110001001000001000101101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7104AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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