#7D1389

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

Shades of Purple #7D1389

Tints of Purple #7D1389

Color information

#7D1389 (or 0x7D1389) is unknown color: approx Purple. HEX triplet: 7D, 13 and 89. RGB value is (125,19,137). Sum of RGB (Red+Green+Blue) = 125+19+137=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D1389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1389 is #82EC76. Grayscale: #3F3F3F. Windows color (decimal): -8580215 or 8983421. OLE color: 8983421.

HSL color Cylindrical-coordinate representation of color #7D1389: hue angle of 293.9º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1389 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12519137-
CMYK0.090.8600.46
HSL293.9º75.64%30.59%-
HSV(B)293.9º86.13%53.73%-
XYZ13.216.6324.25-
YUV64.15169.12171.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.48%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=44.48%
G=6.76%
B=48.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125191370.090.8600.46293.975.6430.59
Hex7D138995602E1264c1f
Octal175232111112605644611437
Binary11111011001110001001100110101100101110100100110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,19,137); }

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

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

 a { background-color: rgb(125,19,137); }

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

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

 span { border-color: rgb(125,19,137); }

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