#7400BF

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

Shades of Dark Violet #7400BF

Tints of Dark Violet #7400BF

Color information

#7400BF (or 0x7400BF) is unknown color: approx Dark Violet. HEX triplet: 74, 00 and BF. RGB value is (116,0,191). Sum of RGB (Red+Green+Blue) = 116+0+191=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #7400BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400BF is #8BFF40. Grayscale: #373737. Windows color (decimal): -9174849 or 12517492. OLE color: 12517492.

HSL color Cylindrical-coordinate representation of color #7400BF: hue angle of 276.44º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400BF is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1160191-
CMYK0.39100.25
HSL276.44º100%37.45%-
HSV(B)276.44º100%74.9%-
XYZ16.617.4749.86-
YUV56.46203.93170.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 62.21%
R=37.79%
G=0%
B=62.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11601910.39100.25276.4410037.45
Hex740BF27640191146425
Octal16402774714403142414445
Binary111010001011111110011111001000110011000101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7400BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7400BF; }

 p { color: rgb(116,0,191); }

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

<style>
 a { background-color: #7400BF; }

 a { background-color: rgb(116,0,191); }

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

<style>
 span { border-color: #7400BF; }

 span { border-color: rgb(116,0,191); }

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