#7D148D

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

Shades of Purple #7D148D

Tints of Purple #7D148D

Color information

#7D148D (or 0x7D148D) is unknown color: approx Purple. HEX triplet: 7D, 14 and 8D. RGB value is (125,20,141). Sum of RGB (Red+Green+Blue) = 125+20+141=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #7D148D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D148D is #82EB72. Grayscale: #404040. Windows color (decimal): -8579955 or 9245821. OLE color: 9245821.

HSL color Cylindrical-coordinate representation of color #7D148D: hue angle of 292.07º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D148D is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12520141-
CMYK0.110.8600.45
HSL292.07º75.16%31.57%-
HSV(B)292.07º85.82%55.29%-
XYZ13.526.7825.8-
YUV65.19170.79170.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.71%
GREEN value IS 20 (8.20% from 255) = 6.99%
BLUE value IS 141 (55.47% from 255) = 49.30%
R=43.71%
G=6.99%
B=49.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal125201410.110.8600.45292.0775.1631.57
Hex7D148DB5602D1244b20
Octal175242151312605544411340
Binary111110110100100011011011101011001011011001001001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D148D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,20,141); }

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

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

 a { background-color: rgb(125,20,141); }

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

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

 span { border-color: rgb(125,20,141); }

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