#740BC2

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

Shades of Dark Violet #740BC2

Tints of Dark Violet #740BC2

Color information

#740BC2 (or 0x740BC2) is unknown color: approx Dark Violet. HEX triplet: 74, 0B and C2. RGB value is (116,11,194). Sum of RGB (Red+Green+Blue) = 116+11+194=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #740BC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BC2 is #8BF43D. Grayscale: #3E3E3E. Windows color (decimal): -9172030 or 12716916. OLE color: 12716916.

HSL color Cylindrical-coordinate representation of color #740BC2: hue angle of 274.43º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740BC2 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11611194-
CMYK0.400.9400.24
HSL274.43º89.27%40.2%-
HSV(B)274.43º94.33%76.08%-
XYZ17.067.8551.65-
YUV63.26201.79165.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 11 (4.69% from 255) = 3.43%
BLUE value IS 194 (76.17% from 255) = 60.44%
R=36.14%
G=3.43%
B=60.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116111940.400.9400.24274.4389.2740.2
Hex74BC2285E0181125928
Octal164133025013603042213150
Binary111010010111100001010100010111100110001000100101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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