#7F11C3

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

Shades of Dark Violet #7F11C3

Tints of Dark Violet #7F11C3

Color information

#7F11C3 (or 0x7F11C3) is unknown color: approx Dark Violet. HEX triplet: 7F, 11 and C3. RGB value is (127,17,195). Sum of RGB (Red+Green+Blue) = 127+17+195=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 195 (76.56% from 255 or 57.52% from 339); Max value from RGB is 195 - color contains mainly: blue. Hex color #7F11C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F11C3 is #80EE3C. Grayscale: #454545. Windows color (decimal): -8449597 or 12783999. OLE color: 12783999.

HSL color Cylindrical-coordinate representation of color #7F11C3: hue angle of 277.08º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F11C3 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12717195-
CMYK0.350.9100.24
HSL277.08º83.96%41.57%-
HSV(B)277.08º91.28%76.47%-
XYZ18.88.8552.35-
YUV70.18198.44168.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 17 (7.03% from 255) = 5.01%
BLUE value IS 195 (76.56% from 255) = 57.52%
R=37.46%
G=5.01%
B=57.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127171950.350.9100.24277.0883.9641.57
Hex7F11C3235B018115542a
Octal177213034313303042512452
Binary1111111100011100001110001110110110110001000101011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F11C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F11C3; }

 p { color: rgb(127,17,195); }

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

<style>
 a { background-color: #7F11C3; }

 a { background-color: rgb(127,17,195); }

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

<style>
 span { border-color: #7F11C3; }

 span { border-color: rgb(127,17,195); }

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