#7404AD

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

Shades of Dark Violet #7404AD

Tints of Dark Violet #7404AD

Color information

#7404AD (or 0x7404AD) is unknown color: approx Dark Violet. HEX triplet: 74, 04 and AD. RGB value is (116,4,173). Sum of RGB (Red+Green+Blue) = 116+4+173=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #7404AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7404AD is #8BFB52. Grayscale: #383838. Windows color (decimal): -9173843 or 11338868. OLE color: 11338868.

HSL color Cylindrical-coordinate representation of color #7404AD: hue angle of 279.76º degrees, saturation: 0.95, 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 #7404AD is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1164173-
CMYK0.330.9800.32
HSL279.76º95.48%34.71%-
HSV(B)279.76º97.69%67.84%-
XYZ14.796.8240.07-
YUV56.75193.61170.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.59%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 173 (67.97% from 255) = 59.04%
R=39.59%
G=1.37%
B=59.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11641730.330.9800.32279.7695.4834.71
Hex744AD21620201185f23
Octal16442554114204043013743
Binary111010010010101101100001110001001000001000110001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7404AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7404AD; }

 p { color: rgb(116,4,173); }

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

<style>
 a { background-color: #7404AD; }

 a { background-color: rgb(116,4,173); }

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

<style>
 span { border-color: #7404AD; }

 span { border-color: rgb(116,4,173); }

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