#7F1382

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

Shades of Purple #7F1382

Tints of Purple #7F1382

Color information

#7F1382 (or 0x7F1382) is unknown color: approx Purple. HEX triplet: 7F, 13 and 82. RGB value is (127,19,130). Sum of RGB (Red+Green+Blue) = 127+19+130=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F1382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F1382 is #80EC7D. Grayscale: #3F3F3F. Windows color (decimal): -8449150 or 8524671. OLE color: 8524671.

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

Color convert

RGB12719130-
CMYK0.020.8500.49
HSL298.38º74.5%29.22%-
HSV(B)298.38º85.38%50.98%-
XYZ13.016.5921.71-
YUV63.95165.28172.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.01%
GREEN value IS 19 (7.81% from 255) = 6.88%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=46.01%
G=6.88%
B=47.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal127191300.020.8500.49298.3874.529.22
Hex7F138225503112a4a1d
Octal17723202212506145211235
Binary111111110011100000101010101010110001100101010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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