#7D1386

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

Shades of Purple #7D1386

Tints of Purple #7D1386

Color information

#7D1386 (or 0x7D1386) is unknown color: approx Purple. HEX triplet: 7D, 13 and 86. RGB value is (125,19,134). Sum of RGB (Red+Green+Blue) = 125+19+134=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D1386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1386 is #82EC79. Grayscale: #3F3F3F. Windows color (decimal): -8580218 or 8786813. OLE color: 8786813.

HSL color Cylindrical-coordinate representation of color #7D1386: hue angle of 295.3º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1386 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12519134-
CMYK0.070.8600.47
HSL295.3º75.16%30%-
HSV(B)295.3º85.82%52.55%-
XYZ12.996.5523.13-
YUV63.8167.62171.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 44.96%
GREEN value IS 19 (7.81% from 255) = 6.83%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=44.96%
G=6.83%
B=48.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125191340.070.8600.47295.375.1630
Hex7D138675602F1274b1e
Octal17523206712605744711336
Binary1111101100111000011011110101100101111100100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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