#7F396F

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

Shades of Dark Purple #7F396F

Tints of Dark Purple #7F396F

Color information

#7F396F (or 0x7F396F) is unknown color: approx Dark Purple. HEX triplet: 7F, 39 and 6F. RGB value is (127,57,111). Sum of RGB (Red+Green+Blue) = 127+57+111=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F396F is #80C690. Grayscale: #535353. Windows color (decimal): -8439441 or 7289215. OLE color: 7289215.

HSL color Cylindrical-coordinate representation of color #7F396F: hue angle of 313.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F396F is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12757111-
CMYK00.550.130.50
HSL313.71º38.04%36.08%-
HSV(B)313.71º55.12%49.8%-
XYZ13.088.5916.01-
YUV84.09143.19158.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.05%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=43.05%
G=19.32%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275711100.550.130.50313.7138.0436.08
Hex7F396F037D3213a2624
Octal1777115706715624724644
Binary1111111111001110111101101111101110010100111010100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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