#740ACE

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

Shades of Dark Violet #740ACE

Tints of Dark Violet #740ACE

Color information

#740ACE (or 0x740ACE) is unknown color: approx Dark Violet. HEX triplet: 74, 0A and CE. RGB value is (116,10,206). Sum of RGB (Red+Green+Blue) = 116+10+206=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #740ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740ACE is #8BF531. Grayscale: #3F3F3F. Windows color (decimal): -9172274 or 13503092. OLE color: 13503092.

HSL color Cylindrical-coordinate representation of color #740ACE: hue angle of 272.45º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740ACE is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11610206-
CMYK0.440.9500.19
HSL272.45º90.74%42.35%-
HSV(B)272.45º95.15%80.78%-
XYZ18.458.3959.04-
YUV64.04208.12165.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 10 (4.30% from 255) = 3.01%
BLUE value IS 206 (80.86% from 255) = 62.05%
R=34.94%
G=3.01%
B=62.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116102060.440.9500.19272.4590.7442.35
Hex74ACE2C5F0131105b2a
Octal164123165413702342013352
Binary111010010101100111010110010111110100111000100001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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