#7904bf

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

Shades of Dark Violet #7904BF

Tints of Dark Violet #7904BF

Color information

#7904BF (or 0x7904BF) is unknown color: approx Dark Violet. HEX triplet: 79, 04 and BF. RGB value is (121,4,191). Sum of RGB (Red+Green+Blue) = 121+4+191=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #7904BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7904BF is #86FB40. Grayscale: #3B3B3B. Windows color (decimal): -8846145 or 12518521. OLE color: 12518521.

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

Color convert

RGB1214191-
CMYK0.370.9800.25
HSL277.54º95.9%38.24%-
HSV(B)277.54º97.91%74.9%-
XYZ17.337.9149.9-
YUV60.3201.76171.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 191 (75% from 255) = 60.44%
R=38.29%
G=1.27%
B=60.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12141910.370.9800.25277.5495.938.24
Hex794BF25620191166026
Octal17142774514203142614046
Binary11110011001011111110010111000100110011000101101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7904bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7904bf; }

 p { color: rgb(121,4,191); }

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

<style>
 a { background-color: #7904bf; }

 a { background-color: rgb(121,4,191); }

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

<style>
 span { border-color: #7904bf; }

 span { border-color: rgb(121,4,191); }

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