#7F1582

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

Shades of Purple #7F1582

Tints of Purple #7F1582

Color information

#7F1582 (or 0x7F1582) is unknown color: approx Purple. HEX triplet: 7F, 15 and 82. RGB value is (127,21,130). Sum of RGB (Red+Green+Blue) = 127+21+130=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F1582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1582 is #80EA7D. Grayscale: #404040. Windows color (decimal): -8448638 or 8525183. OLE color: 8525183.

HSL color Cylindrical-coordinate representation of color #7F1582: hue angle of 298.35º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1582 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12721130-
CMYK0.020.8400.49
HSL298.35º72.19%29.61%-
HSV(B)298.35º83.85%50.98%-
XYZ13.056.6621.72-
YUV65.12164.62172.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.68%
GREEN value IS 21 (8.59% from 255) = 7.55%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=45.68%
G=7.55%
B=46.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127211300.020.8400.49298.3572.1929.61
Hex7F158225403112a481e
Octal17725202212406145211036
Binary111111110101100000101010101000110001100101010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,21,130); }

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

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

 a { background-color: rgb(127,21,130); }

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

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

 span { border-color: rgb(127,21,130); }

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