#7402D3

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

Shades of Dark Violet #7402D3

Tints of Dark Violet #7402D3

Color information

#7402D3 (or 0x7402D3) is unknown color: approx Dark Violet. HEX triplet: 74, 02 and D3. RGB value is (116,2,211). Sum of RGB (Red+Green+Blue) = 116+2+211=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 211 (82.81% from 255 or 64.13% from 329); Max value from RGB is 211 - color contains mainly: blue. Hex color #7402D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402D3 is #8BFD2C. Grayscale: #3B3B3B. Windows color (decimal): -9174317 or 13828724. OLE color: 13828724.

HSL color Cylindrical-coordinate representation of color #7402D3: hue angle of 272.73º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402D3 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1162211-
CMYK0.450.9900.17
HSL272.73º98.12%41.76%-
HSV(B)272.73º99.05%82.75%-
XYZ18.988.4662.26-
YUV59.91213.27168.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 211 (82.81% from 255) = 64.13%
R=35.26%
G=0.61%
B=64.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal11622110.450.9900.17272.7398.1241.76
Hex742D32D63011111622a
Octal16423235514302142114252
Binary1110100101101001110110111000110100011000100011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7402D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7402D3; }

 p { color: rgb(116,2,211); }

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

<style>
 a { background-color: #7402D3; }

 a { background-color: rgb(116,2,211); }

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

<style>
 span { border-color: #7402D3; }

 span { border-color: rgb(116,2,211); }

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