#7108C5

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

Shades of Dark Violet #7108C5

Tints of Dark Violet #7108C5

Color information

#7108C5 (or 0x7108C5) is unknown color: approx Dark Violet. HEX triplet: 71, 08 and C5. RGB value is (113,8,197). Sum of RGB (Red+Green+Blue) = 113+8+197=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 197 (77.34% from 255 or 61.95% from 318); Max value from RGB is 197 - color contains mainly: blue. Hex color #7108C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7108C5 is #8EF73A. Grayscale: #3C3C3C. Windows color (decimal): -9369403 or 12912753. OLE color: 12912753.

HSL color Cylindrical-coordinate representation of color #7108C5: hue angle of 273.33º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7108C5 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1138197-
CMYK0.430.9600.23
HSL273.33º92.2%40.2%-
HSV(B)273.33º95.94%77.25%-
XYZ16.977.7253.42-
YUV60.94204.79165.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 8 (3.52% from 255) = 2.52%
BLUE value IS 197 (77.34% from 255) = 61.95%
R=35.53%
G=2.52%
B=61.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11381970.430.9600.23273.3392.240.2
Hex718C52B600171115c28
Octal161103055314002742113450
Binary111000110001100010110101111000000101111000100011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7108C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7108C5; }

 p { color: rgb(113,8,197); }

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

<style>
 a { background-color: #7108C5; }

 a { background-color: rgb(113,8,197); }

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

<style>
 span { border-color: #7108C5; }

 span { border-color: rgb(113,8,197); }

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