#7F0382

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

Shades of Purple #7F0382

Tints of Purple #7F0382

Color information

#7F0382 (or 0x7F0382) is unknown color: approx Purple. HEX triplet: 7F, 03 and 82. RGB value is (127,3,130). Sum of RGB (Red+Green+Blue) = 127+3+130=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F0382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0382 is #80FC7D. Grayscale: #363636. Windows color (decimal): -8453246 or 8520575. OLE color: 8520575.

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

Color convert

RGB1273130-
CMYK0.020.9800.49
HSL298.58º95.49%26.08%-
HSV(B)298.58º97.69%50.98%-
XYZ12.816.1921.64-
YUV54.55170.58179.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.85%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 130 (51.17% from 255) = 50%
R=48.85%
G=1.15%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12731300.020.9800.49298.5895.4926.08
Hex7F38226203112b5f1a
Octal1773202214206145313732
Binary111111111100000101011000100110001100101011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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