#7409BC

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

Shades of Dark Violet #7409BC

Tints of Dark Violet #7409BC

Color information

#7409BC (or 0x7409BC) is unknown color: approx Dark Violet. HEX triplet: 74, 09 and BC. RGB value is (116,9,188). Sum of RGB (Red+Green+Blue) = 116+9+188=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #7409BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7409BC is #8BF643. Grayscale: #3C3C3C. Windows color (decimal): -9172548 or 12323188. OLE color: 12323188.

HSL color Cylindrical-coordinate representation of color #7409BC: hue angle of 275.87º degrees, saturation: 0.91, 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 #7409BC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1169188-
CMYK0.380.9500.26
HSL275.87º90.86%38.63%-
HSV(B)275.87º95.21%73.73%-
XYZ16.387.5448.17-
YUV61.4199.45166.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.06%
GREEN value IS 9 (3.91% from 255) = 2.88%
BLUE value IS 188 (73.83% from 255) = 60.06%
R=37.06%
G=2.88%
B=60.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11691880.380.9500.26275.8790.8638.63
Hex749BC265F01A1145b27
Octal164112744613703242413347
Binary111010010011011110010011010111110110101000101001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7409BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7409BC; }

 p { color: rgb(116,9,188); }

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

<style>
 a { background-color: #7409BC; }

 a { background-color: rgb(116,9,188); }

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

<style>
 span { border-color: #7409BC; }

 span { border-color: rgb(116,9,188); }

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