#7402CD

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

Shades of Dark Violet #7402CD

Tints of Dark Violet #7402CD

Color information

#7402CD (or 0x7402CD) is unknown color: approx Dark Violet. HEX triplet: 74, 02 and CD. RGB value is (116,2,205). Sum of RGB (Red+Green+Blue) = 116+2+205=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #7402CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402CD is #8BFD32. Grayscale: #3A3A3A. Windows color (decimal): -9174323 or 13435508. OLE color: 13435508.

HSL color Cylindrical-coordinate representation of color #7402CD: hue angle of 273.69º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402CD is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1162205-
CMYK0.430.9900.20
HSL273.69º98.07%40.59%-
HSV(B)273.69º99.02%80.39%-
XYZ18.248.1658.37-
YUV59.23210.27168.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 205 (80.47% from 255) = 63.47%
R=35.91%
G=0.62%
B=63.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11622050.430.9900.20273.6998.0740.59
Hex742CD2B630141126229
Octal16423155314302442214251
Binary1110100101100110110101111000110101001000100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7402CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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