#7106B8

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

Shades of Dark Violet #7106B8

Tints of Dark Violet #7106B8

Color information

#7106B8 (or 0x7106B8) is unknown color: approx Dark Violet. HEX triplet: 71, 06 and B8. RGB value is (113,6,184). Sum of RGB (Red+Green+Blue) = 113+6+184=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #7106B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7106B8 is #8EF947. Grayscale: #393939. Windows color (decimal): -9369928 or 12060273. OLE color: 12060273.

HSL color Cylindrical-coordinate representation of color #7106B8: hue angle of 276.07º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7106B8 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1136184-
CMYK0.390.9700.28
HSL276.07º93.68%37.25%-
HSV(B)276.07º96.74%72.16%-
XYZ15.537.145.9-
YUV58.28198.95167.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 184 (72.27% from 255) = 60.73%
R=37.29%
G=1.98%
B=60.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11361840.390.9700.28276.0793.6837.25
Hex716B8276101C1145e25
Octal16162704714103442413645
Binary11100011101011100010011111000010111001000101001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7106B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7106B8; }

 p { color: rgb(113,6,184); }

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

<style>
 a { background-color: #7106B8; }

 a { background-color: rgb(113,6,184); }

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

<style>
 span { border-color: #7106B8; }

 span { border-color: rgb(113,6,184); }

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