#7402B9

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

Shades of Dark Violet #7402B9

Tints of Dark Violet #7402B9

Color information

#7402B9 (or 0x7402B9) is unknown color: approx Dark Violet. HEX triplet: 74, 02 and B9. RGB value is (116,2,185). Sum of RGB (Red+Green+Blue) = 116+2+185=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 185 (72.66% from 255 or 61.06% from 303); Max value from RGB is 185 - color contains mainly: blue. Hex color #7402B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7402B9 is #8BFD46. Grayscale: #383838. Windows color (decimal): -9174343 or 12124788. OLE color: 12124788.

HSL color Cylindrical-coordinate representation of color #7402B9: hue angle of 277.38º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402B9 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1162185-
CMYK0.370.9900.27
HSL277.38º97.86%36.67%-
HSV(B)277.38º98.92%72.55%-
XYZ15.987.2646.46-
YUV56.95200.27170.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 2 (1.17% from 255) = 0.66%
BLUE value IS 185 (72.66% from 255) = 61.06%
R=38.28%
G=0.66%
B=61.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11621850.370.9900.27277.3897.8636.67
Hex742B9256301B1156225
Octal16422714514303342514245
Binary1110100101011100110010111000110110111000101011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7402B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7402B9; }

 p { color: rgb(116,2,185); }

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

<style>
 a { background-color: #7402B9; }

 a { background-color: rgb(116,2,185); }

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

<style>
 span { border-color: #7402B9; }

 span { border-color: rgb(116,2,185); }

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