#7101C5

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

Shades of Dark Violet #7101C5

Tints of Dark Violet #7101C5

Color information

#7101C5 (or 0x7101C5) is unknown color: approx Dark Violet. HEX triplet: 71, 01 and C5. RGB value is (113,1,197). Sum of RGB (Red+Green+Blue) = 113+1+197=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 197 (77.34% from 255 or 63.34% from 311); Max value from RGB is 197 - color contains mainly: blue. Hex color #7101C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7101C5 is #8EFE3A. Grayscale: #383838. Windows color (decimal): -9371195 or 12910961. OLE color: 12910961.

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

Color convert

RGB1131197-
CMYK0.430.9900.23
HSL274.29º98.99%38.82%-
HSV(B)274.29º99.49%77.25%-
XYZ16.97.5653.39-
YUV56.83207.11168.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.33%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 197 (77.34% from 255) = 63.34%
R=36.33%
G=0.32%
B=63.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11311970.430.9900.23274.2998.9938.82
Hex711C52B630171126327
Octal16113055314302742214347
Binary111000111100010110101111000110101111000100101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7101C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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