#740DD6

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

Shades of Dark Violet #740DD6

Tints of Dark Violet #740DD6

Color information

#740DD6 (or 0x740DD6) is unknown color: approx Dark Violet. HEX triplet: 74, 0D and D6. RGB value is (116,13,214). Sum of RGB (Red+Green+Blue) = 116+13+214=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #740DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DD6 is #8BF229. Grayscale: #424242. Windows color (decimal): -9171498 or 14028148. OLE color: 14028148.

HSL color Cylindrical-coordinate representation of color #740DD6: hue angle of 270.75º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740DD6 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11613214-
CMYK0.460.9400.16
HSL270.75º88.55%44.51%-
HSV(B)270.75º93.93%83.92%-
XYZ19.488.8664.3-
YUV66.71211.12163.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 13 (5.47% from 255) = 3.79%
BLUE value IS 214 (83.98% from 255) = 62.39%
R=33.82%
G=3.79%
B=62.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116132140.460.9400.16270.7588.5544.51
Hex74DD62E5E01010f592d
Octal164153265613602041713155
Binary111010011011101011010111010111100100001000011111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,13,214); }

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

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

 a { background-color: rgb(116,13,214); }

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

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

 span { border-color: rgb(116,13,214); }

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