#7F3D6F

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

Shades of Dark Purple #7F3D6F

Tints of Dark Purple #7F3D6F

Color information

#7F3D6F (or 0x7F3D6F) is unknown color: approx Dark Purple. HEX triplet: 7F, 3D and 6F. RGB value is (127,61,111). Sum of RGB (Red+Green+Blue) = 127+61+111=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3D6F is #80C290. Grayscale: #565656. Windows color (decimal): -8438417 or 7290239. OLE color: 7290239.

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

Color convert

RGB12761111-
CMYK00.520.130.50
HSL314.55º35.11%36.86%-
HSV(B)314.55º51.97%49.8%-
XYZ13.29916.08-
YUV86.43141.87156.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.47%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=42.47%
G=20.40%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1276111100.520.130.50314.5535.1136.86
Hex7F3D6F034D3213b2325
Octal1777515706415624734345
Binary1111111111101110111101101001101110010100111011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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