#7402CE

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

Shades of Dark Violet #7402CE

Tints of Dark Violet #7402CE

Color information

#7402CE (or 0x7402CE) is unknown color: approx Dark Violet. HEX triplet: 74, 02 and CE. RGB value is (116,2,206). Sum of RGB (Red+Green+Blue) = 116+2+206=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #7402CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402CE is #8BFD31. Grayscale: #3A3A3A. Windows color (decimal): -9174322 or 13501044. OLE color: 13501044.

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

Color convert

RGB1162206-
CMYK0.440.9900.19
HSL273.53º98.08%40.78%-
HSV(B)273.53º99.03%80.78%-
XYZ18.368.2159.01-
YUV59.34210.77168.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 206 (80.86% from 255) = 63.58%
R=35.80%
G=0.62%
B=63.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11622060.440.9900.19273.5398.0840.78
Hex742CE2C630131126229
Octal16423165414302342214251
Binary1110100101100111010110011000110100111000100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7402CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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