#7F3999

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

Shades of Vivid Violet #7F3999

Tints of Vivid Violet #7F3999

Color information

#7F3999 (or 0x7F3999) is unknown color: approx Vivid Violet. HEX triplet: 7F, 39 and 99. RGB value is (127,57,153). Sum of RGB (Red+Green+Blue) = 127+57+153=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F3999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3999 is #80C666. Grayscale: #585858. Windows color (decimal): -8439399 or 10041727. OLE color: 10041727.

HSL color Cylindrical-coordinate representation of color #7F3999: hue angle of 283.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F3999 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12757153-
CMYK0.170.6300.4
HSL283.75º45.71%41.18%-
HSV(B)283.75º62.75%60%-
XYZ15.979.7431.18-
YUV88.87164.19155.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=37.69%
G=16.91%
B=45.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127571530.170.6300.4283.7545.7141.18
Hex7F3999113F02811c2e29
Octal1777123121770504345651
Binary111111111100110011001100011111110101000100011100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,153); }

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

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

 a { background-color: rgb(127,57,153); }

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

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

 span { border-color: rgb(127,57,153); }

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