#7405B1

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

Shades of Dark Violet #7405B1

Tints of Dark Violet #7405B1

Color information

#7405B1 (or 0x7405B1) is unknown color: approx Dark Violet. HEX triplet: 74, 05 and B1. RGB value is (116,5,177). Sum of RGB (Red+Green+Blue) = 116+5+177=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 177 (69.53% from 255 or 59.40% from 298); Max value from RGB is 177 - color contains mainly: blue. Hex color #7405B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7405B1 is #8BFA4E. Grayscale: #393939. Windows color (decimal): -9173583 or 11601268. OLE color: 11601268.

HSL color Cylindrical-coordinate representation of color #7405B1: hue angle of 278.72º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7405B1 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1165177-
CMYK0.340.9700.31
HSL278.72º94.51%35.69%-
HSV(B)278.72º97.18%69.41%-
XYZ15.19742.14-
YUV57.8195.27169.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.93%
GREEN value IS 5 (2.34% from 255) = 1.68%
BLUE value IS 177 (69.53% from 255) = 59.40%
R=38.93%
G=1.68%
B=59.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11651770.340.9700.31278.7294.5135.69
Hex745B1226101F1175f24
Octal16452614214103742713744
Binary11101001011011000110001011000010111111000101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7405B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7405B1; }

 p { color: rgb(116,5,177); }

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

<style>
 a { background-color: #7405B1; }

 a { background-color: rgb(116,5,177); }

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

<style>
 span { border-color: #7405B1; }

 span { border-color: rgb(116,5,177); }

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