#7F106F

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

Shades of Dark Purple #7F106F

Tints of Dark Purple #7F106F

Color information

#7F106F (or 0x7F106F) is unknown color: approx Dark Purple. HEX triplet: 7F, 10 and 6F. RGB value is (127,16,111). Sum of RGB (Red+Green+Blue) = 127+16+111=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F106F is #80EF90. Grayscale: #3B3B3B. Windows color (decimal): -8449937 or 7278719. OLE color: 7278719.

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

Color convert

RGB12716111-
CMYK00.870.130.50
HSL308.65º77.62%28.04%-
HSV(B)308.65º87.4%49.8%-
XYZ11.816.0315.58-
YUV60.02156.77175.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 6.30%
BLUE value IS 111 (43.75% from 255) = 43.70%
R=50%
G=6.30%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271611100.870.130.50308.6577.6228.04
Hex7F106F057D321354e1c
Octal177201570127156246511634
Binary1111111100001101111010101111101110010100110101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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