#7104c6

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

Shades of Dark Violet #7104C6

Tints of Dark Violet #7104C6

Color information

#7104C6 (or 0x7104C6) is unknown color: approx Dark Violet. HEX triplet: 71, 04 and C6. RGB value is (113,4,198). Sum of RGB (Red+Green+Blue) = 113+4+198=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 198 (77.73% from 255 or 62.86% from 315); Max value from RGB is 198 - color contains mainly: blue. Hex color #7104C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7104C6 is #8EFB39. Grayscale: #3A3A3A. Windows color (decimal): -9370426 or 12977265. OLE color: 12977265.

HSL color Cylindrical-coordinate representation of color #7104C6: hue angle of 273.71º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7104C6 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1134198-
CMYK0.430.9800.22
HSL273.71º96.04%39.61%-
HSV(B)273.71º97.98%77.65%-
XYZ17.057.6754.01-
YUV58.71206.61166.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 198 (77.73% from 255) = 62.86%
R=35.87%
G=1.27%
B=62.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11341980.430.9800.22273.7196.0439.61
Hex714C62B620161126028
Octal16143065314202642214050
Binary11100011001100011010101111000100101101000100101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7104c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7104c6; }

 p { color: rgb(113,4,198); }

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

<style>
 a { background-color: #7104c6; }

 a { background-color: rgb(113,4,198); }

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

<style>
 span { border-color: #7104c6; }

 span { border-color: rgb(113,4,198); }

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