#7D0181

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

Shades of Purple #7D0181

Tints of Purple #7D0181

Color information

#7D0181 (or 0x7D0181) is unknown color: approx Purple. HEX triplet: 7D, 01 and 81. RGB value is (125,1,129). Sum of RGB (Red+Green+Blue) = 125+1+129=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #7D0181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0181 is #82FE7E. Grayscale: #343434. Windows color (decimal): -8584831 or 8454525. OLE color: 8454525.

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

Color convert

RGB1251129-
CMYK0.030.9900.49
HSL298.12º98.46%25.49%-
HSV(B)298.12º99.22%50.59%-
XYZ12.435.9721.27-
YUV52.67171.08179.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.02%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 129 (50.78% from 255) = 50.59%
R=49.02%
G=0.39%
B=50.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12511290.030.9900.49298.1298.4625.49
Hex7D18136303112a6219
Octal1751201314306145214231
Binary11111011100000011111000110110001100101010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,1,129); }

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

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

 a { background-color: rgb(125,1,129); }

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

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

 span { border-color: rgb(125,1,129); }

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