#7F3A6E

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

Shades of Dark Purple #7F3A6E

Tints of Dark Purple #7F3A6E

Color information

#7F3A6E (or 0x7F3A6E) is unknown color: approx Dark Purple. HEX triplet: 7F, 3A and 6E. RGB value is (127,58,110). Sum of RGB (Red+Green+Blue) = 127+58+110=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A6E is #80C591. Grayscale: #545454. Windows color (decimal): -8439186 or 7223935. OLE color: 7223935.

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

Color convert

RGB12758110-
CMYK00.540.130.50
HSL314.78º37.3%36.27%-
HSV(B)314.78º54.33%49.8%-
XYZ13.088.6615.73-
YUV84.56142.36158.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.05%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=43.05%
G=19.66%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275811000.540.130.50314.7837.336.27
Hex7F3A6E036D3213b2524
Octal1777215606615624734544
Binary1111111111010110111001101101101110010100111011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,58,110); }

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

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

 a { background-color: rgb(127,58,110); }

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

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

 span { border-color: rgb(127,58,110); }

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