#7406BD

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

Shades of Dark Violet #7406BD

Tints of Dark Violet #7406BD

Color information

#7406BD (or 0x7406BD) is unknown color: approx Dark Violet. HEX triplet: 74, 06 and BD. RGB value is (116,6,189). Sum of RGB (Red+Green+Blue) = 116+6+189=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #7406BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7406BD is #8BF942. Grayscale: #3B3B3B. Windows color (decimal): -9173315 or 12387956. OLE color: 12387956.

HSL color Cylindrical-coordinate representation of color #7406BD: hue angle of 276.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7406BD is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1166189-
CMYK0.390.9700.26
HSL276.07º93.85%38.24%-
HSV(B)276.07º96.83%74.12%-
XYZ16.457.5248.73-
YUV59.75200.94168.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 189 (74.22% from 255) = 60.77%
R=37.30%
G=1.93%
B=60.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11661890.390.9700.26276.0793.8538.24
Hex746BD276101A1145e26
Octal16462754714103242413646
Binary11101001101011110110011111000010110101000101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7406BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7406BD; }

 p { color: rgb(116,6,189); }

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

<style>
 a { background-color: #7406BD; }

 a { background-color: rgb(116,6,189); }

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

<style>
 span { border-color: #7406BD; }

 span { border-color: rgb(116,6,189); }

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