#7F1D7A

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

Shades of Dark Purple #7F1D7A

Tints of Dark Purple #7F1D7A

Color information

#7F1D7A (or 0x7F1D7A) is unknown color: approx Dark Purple. HEX triplet: 7F, 1D and 7A. RGB value is (127,29,122). Sum of RGB (Red+Green+Blue) = 127+29+122=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1D7A is #80E285. Grayscale: #444444. Windows color (decimal): -8446598 or 8002943. OLE color: 8002943.

HSL color Cylindrical-coordinate representation of color #7F1D7A: hue angle of 303.06º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F1D7A is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB12729122-
CMYK00.770.040.50
HSL303.06º62.82%30.59%-
HSV(B)303.06º77.17%49.8%-
XYZ12.76.819.05-
YUV68.9157.97169.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.68%
GREEN value IS 29 (11.72% from 255) = 10.43%
BLUE value IS 122 (48.05% from 255) = 43.88%
R=45.68%
G=10.43%
B=43.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272912200.770.040.50303.0662.8230.59
Hex7F1D7A04D43212f3f1f
Octal1773517201154624577737
Binary11111111110111110100100110110011001010010111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,29,122); }

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

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

 a { background-color: rgb(127,29,122); }

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

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

 span { border-color: rgb(127,29,122); }

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