#740BD4

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

Shades of Dark Violet #740BD4

Tints of Dark Violet #740BD4

Color information

#740BD4 (or 0x740BD4) is unknown color: approx Dark Violet. HEX triplet: 74, 0B and D4. RGB value is (116,11,212). Sum of RGB (Red+Green+Blue) = 116+11+212=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 212 (83.20% from 255 or 62.54% from 339); Max value from RGB is 212 - color contains mainly: blue. Hex color #740BD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BD4 is #8BF42B. Grayscale: #404040. Windows color (decimal): -9172012 or 13896564. OLE color: 13896564.

HSL color Cylindrical-coordinate representation of color #740BD4: hue angle of 271.34º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BD4 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11611212-
CMYK0.450.9500.17
HSL271.34º90.13%43.73%-
HSV(B)271.34º94.81%83.14%-
XYZ19.218.7162.96-
YUV65.31210.79164.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 11 (4.69% from 255) = 3.24%
BLUE value IS 212 (83.20% from 255) = 62.54%
R=34.22%
G=3.24%
B=62.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal116112120.450.9500.17271.3490.1343.73
Hex74BD42D5F01110f5a2c
Octal164133245513702141713254
Binary111010010111101010010110110111110100011000011111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740BD4; }

 p { color: rgb(116,11,212); }

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

<style>
 a { background-color: #740BD4; }

 a { background-color: rgb(116,11,212); }

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

<style>
 span { border-color: #740BD4; }

 span { border-color: rgb(116,11,212); }

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