#7409B4

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

Shades of Dark Violet #7409B4

Tints of Dark Violet #7409B4

Color information

#7409B4 (or 0x7409B4) is unknown color: approx Dark Violet. HEX triplet: 74, 09 and B4. RGB value is (116,9,180). Sum of RGB (Red+Green+Blue) = 116+9+180=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #7409B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7409B4 is #8BF64B. Grayscale: #3B3B3B. Windows color (decimal): -9172556 or 11798900. OLE color: 11798900.

HSL color Cylindrical-coordinate representation of color #7409B4: hue angle of 277.54º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7409B4 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1169180-
CMYK0.360.9500.29
HSL277.54º90.48%37.06%-
HSV(B)277.54º95%70.59%-
XYZ15.547.243.75-
YUV60.49195.45167.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 9 (3.91% from 255) = 2.95%
BLUE value IS 180 (70.70% from 255) = 59.02%
R=38.03%
G=2.95%
B=59.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11691800.360.9500.29277.5490.4837.06
Hex749B4245F01D1165a25
Octal164112644413703542613245
Binary111010010011011010010010010111110111011000101101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7409B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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