#7104BF

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

Shades of Dark Violet #7104BF

Tints of Dark Violet #7104BF

Color information

#7104BF (or 0x7104BF) is unknown color: approx Dark Violet. HEX triplet: 71, 04 and BF. RGB value is (113,4,191). Sum of RGB (Red+Green+Blue) = 113+4+191=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #7104BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7104BF is #8EFB40. Grayscale: #393939. Windows color (decimal): -9370433 or 12518513. OLE color: 12518513.

HSL color Cylindrical-coordinate representation of color #7104BF: hue angle of 274.97º 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 #7104BF is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1134191-
CMYK0.410.9800.25
HSL274.97º95.9%38.24%-
HSV(B)274.97º97.91%74.9%-
XYZ16.267.3649.85-
YUV57.91203.11167.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 191 (75% from 255) = 62.01%
R=36.69%
G=1.30%
B=62.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11341910.410.9800.25274.9795.938.24
Hex714BF29620191136026
Octal16142775114203142314046
Binary11100011001011111110100111000100110011000100111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7104BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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