#7109C9

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

Shades of Dark Violet #7109C9

Tints of Dark Violet #7109C9

Color information

#7109C9 (or 0x7109C9) is unknown color: approx Dark Violet. HEX triplet: 71, 09 and C9. RGB value is (113,9,201). Sum of RGB (Red+Green+Blue) = 113+9+201=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 201 (78.91% from 255 or 62.23% from 323); Max value from RGB is 201 - color contains mainly: blue. Hex color #7109C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7109C9 is #8EF636. Grayscale: #3D3D3D. Windows color (decimal): -9369143 or 13175153. OLE color: 13175153.

HSL color Cylindrical-coordinate representation of color #7109C9: hue angle of 272.5º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7109C9 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1139201-
CMYK0.440.9600.21
HSL272.5º91.43%41.18%-
HSV(B)272.5º95.52%78.82%-
XYZ17.457.9255.87-
YUV61.98206.46164.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 9 (3.91% from 255) = 2.79%
BLUE value IS 201 (78.91% from 255) = 62.23%
R=34.98%
G=2.79%
B=62.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11392010.440.9600.21272.591.4341.18
Hex719C92C600151105b29
Octal161113115414002542013351
Binary111000110011100100110110011000000101011000100001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7109C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7109C9; }

 p { color: rgb(113,9,201); }

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

<style>
 a { background-color: #7109C9; }

 a { background-color: rgb(113,9,201); }

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

<style>
 span { border-color: #7109C9; }

 span { border-color: rgb(113,9,201); }

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