#7F1A6D

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

Shades of Dark Purple #7F1A6D

Tints of Dark Purple #7F1A6D

Color information

#7F1A6D (or 0x7F1A6D) is unknown color: approx Dark Purple. HEX triplet: 7F, 1A and 6D. RGB value is (127,26,109). Sum of RGB (Red+Green+Blue) = 127+26+109=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1A6D is #80E592. Grayscale: #414141. Windows color (decimal): -8447379 or 7150207. OLE color: 7150207.

HSL color Cylindrical-coordinate representation of color #7F1A6D: hue angle of 310.69º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A6D is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12726109-
CMYK00.800.140.50
HSL310.69º66.01%30%-
HSV(B)310.69º79.53%49.8%-
XYZ11.886.3515.07-
YUV65.66152.46171.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 26 (10.55% from 255) = 9.92%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=48.47%
G=9.92%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272610900.800.140.50310.6966.0130
Hex7F1A6D050E32137421e
Octal177321550120166246710236
Binary1111111110101101101010100001110110010100110111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,26,109); }

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

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

 a { background-color: rgb(127,26,109); }

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

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

 span { border-color: rgb(127,26,109); }

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