#7F037D

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

Shades of Purple #7F037D

Tints of Purple #7F037D

Color information

#7F037D (or 0x7F037D) is unknown color: approx Purple. HEX triplet: 7F, 03 and 7D. RGB value is (127,3,125). Sum of RGB (Red+Green+Blue) = 127+3+125=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F037D is #80FC82. Grayscale: #353535. Windows color (decimal): -8453251 or 8192895. OLE color: 8192895.

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

Color convert

RGB1273125-
CMYK00.980.020.50
HSL300.97º95.38%25.49%-
HSV(B)300.97º97.64%49.8%-
XYZ12.496.0619.91-
YUV53.98168.08180.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.80%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=49.80%
G=1.18%
B=49.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127312500.980.020.50300.9795.3825.49
Hex7F37D06223212d5f19
Octal1773175014226245513731
Binary11111111111111010110001010110010100101101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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