#7108C1

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

Shades of Dark Violet #7108C1

Tints of Dark Violet #7108C1

Color information

#7108C1 (or 0x7108C1) is unknown color: approx Dark Violet. HEX triplet: 71, 08 and C1. RGB value is (113,8,193). Sum of RGB (Red+Green+Blue) = 113+8+193=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 193 (75.78% from 255 or 61.46% from 314); Max value from RGB is 193 - color contains mainly: blue. Hex color #7108C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7108C1 is #8EF73E. Grayscale: #3B3B3B. Windows color (decimal): -9369407 or 12650609. OLE color: 12650609.

HSL color Cylindrical-coordinate representation of color #7108C1: hue angle of 274.05º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7108C1 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1138193-
CMYK0.410.9600.24
HSL274.05º92.04%39.41%-
HSV(B)274.05º95.85%75.69%-
XYZ16.527.5351.04-
YUV60.48202.79165.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 8 (3.52% from 255) = 2.55%
BLUE value IS 193 (75.78% from 255) = 61.46%
R=35.99%
G=2.55%
B=61.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11381930.410.9600.24274.0592.0439.41
Hex718C129600181125c27
Octal161103015114003042213447
Binary111000110001100000110100111000000110001000100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7108C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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