#740CCE

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

Shades of Dark Violet #740CCE

Tints of Dark Violet #740CCE

Color information

#740CCE (or 0x740CCE) is unknown color: approx Dark Violet. HEX triplet: 74, 0C and CE. RGB value is (116,12,206). Sum of RGB (Red+Green+Blue) = 116+12+206=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #740CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CCE is #8BF331. Grayscale: #404040. Windows color (decimal): -9171762 or 13503604. OLE color: 13503604.

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

Color convert

RGB11612206-
CMYK0.440.9400.19
HSL272.16º88.99%42.75%-
HSV(B)272.16º94.17%80.78%-
XYZ18.478.4359.05-
YUV65.21207.46164.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 12 (5.08% from 255) = 3.59%
BLUE value IS 206 (80.86% from 255) = 61.68%
R=34.73%
G=3.59%
B=61.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116122060.440.9400.19272.1688.9942.75
Hex74CCE2C5E013110592b
Octal164143165413602342013153
Binary111010011001100111010110010111100100111000100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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