#7911CD

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

Shades of Dark Violet #7911CD

Tints of Dark Violet #7911CD

Color information

#7911CD (or 0x7911CD) is unknown color: approx Dark Violet. HEX triplet: 79, 11 and CD. RGB value is (121,17,205). Sum of RGB (Red+Green+Blue) = 121+17+205=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #7911CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7911CD is #86EE32. Grayscale: #444444. Windows color (decimal): -8842803 or 13439353. OLE color: 13439353.

HSL color Cylindrical-coordinate representation of color #7911CD: hue angle of 273.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7911CD is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12117205-
CMYK0.410.9200.20
HSL273.19º84.68%43.53%-
HSV(B)273.19º91.71%80.39%-
XYZ19.118.8758.46-
YUV69.53204.46164.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 205 (80.47% from 255) = 59.77%
R=35.28%
G=4.96%
B=59.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121172050.410.9200.20273.1984.6843.53
Hex7911CD295C014111552c
Octal171213155113402442112554
Binary1111001100011100110110100110111000101001000100011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7911CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7911CD; }

 p { color: rgb(121,17,205); }

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

<style>
 a { background-color: #7911CD; }

 a { background-color: rgb(121,17,205); }

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

<style>
 span { border-color: #7911CD; }

 span { border-color: rgb(121,17,205); }

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