#740ABD

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

Shades of Dark Violet #740ABD

Tints of Dark Violet #740ABD

Color information

#740ABD (or 0x740ABD) is unknown color: approx Dark Violet. HEX triplet: 74, 0A and BD. RGB value is (116,10,189). Sum of RGB (Red+Green+Blue) = 116+10+189=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #740ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ABD is #8BF542. Grayscale: #3D3D3D. Windows color (decimal): -9172291 or 12388980. OLE color: 12388980.

HSL color Cylindrical-coordinate representation of color #740ABD: hue angle of 275.53º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740ABD is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11610189-
CMYK0.390.9500.26
HSL275.53º89.95%39.02%-
HSV(B)275.53º94.71%74.12%-
XYZ16.57.648.74-
YUV62.1199.62166.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 189 (74.22% from 255) = 60%
R=36.83%
G=3.17%
B=60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal116101890.390.9500.26275.5389.9539.02
Hex74ABD275F01A1145a27
Octal164122754713703242413247
Binary111010010101011110110011110111110110101000101001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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