#7F146F

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

Shades of Dark Purple #7F146F

Tints of Dark Purple #7F146F

Color information

#7F146F (or 0x7F146F) is unknown color: approx Dark Purple. HEX triplet: 7F, 14 and 6F. RGB value is (127,20,111). Sum of RGB (Red+Green+Blue) = 127+20+111=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F146F is #80EB90. Grayscale: #3E3E3E. Windows color (decimal): -8448913 or 7279743. OLE color: 7279743.

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

Color convert

RGB12720111-
CMYK00.840.130.50
HSL308.97º72.79%28.82%-
HSV(B)308.97º84.25%49.8%-
XYZ11.876.1615.6-
YUV62.37155.45174.1-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.22%
GREEN value IS 20 (8.20% from 255) = 7.75%
BLUE value IS 111 (43.75% from 255) = 43.02%
R=49.22%
G=7.75%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272011100.840.130.50308.9772.7928.82
Hex7F146F054D32135491d
Octal177241570124156246511135
Binary1111111101001101111010101001101110010100110101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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