#7102BF

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

Shades of Dark Violet #7102BF

Tints of Dark Violet #7102BF

Color information

#7102BF (or 0x7102BF) is unknown color: approx Dark Violet. HEX triplet: 71, 02 and BF. RGB value is (113,2,191). Sum of RGB (Red+Green+Blue) = 113+2+191=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #7102BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7102BF is #8EFD40. Grayscale: #383838. Windows color (decimal): -9370945 or 12518001. OLE color: 12518001.

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

Color convert

RGB1132191-
CMYK0.410.9900.25
HSL275.24º97.93%37.84%-
HSV(B)275.24º98.95%74.9%-
XYZ16.247.3249.85-
YUV56.74203.77168.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 191 (75% from 255) = 62.42%
R=36.93%
G=0.65%
B=62.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11321910.410.9900.25275.2497.9337.84
Hex712BF29630191136226
Octal16122775114303142314246
Binary1110001101011111110100111000110110011000100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7102BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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