#7D1DB1

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

Shades of Purple Heart #7D1DB1

Tints of Purple Heart #7D1DB1

Color information

#7D1DB1 (or 0x7D1DB1) is unknown color: approx Purple Heart. HEX triplet: 7D, 1D and B1. RGB value is (125,29,177). Sum of RGB (Red+Green+Blue) = 125+29+177=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #7D1DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1DB1 is #82E24E. Grayscale: #4A4A4A. Windows color (decimal): -8577615 or 11607421. OLE color: 11607421.

HSL color Cylindrical-coordinate representation of color #7D1DB1: hue angle of 278.92º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1DB1 is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12529177-
CMYK0.290.8400.31
HSL278.92º71.84%40.39%-
HSV(B)278.92º83.62%69.41%-
XYZ16.838.4142.33-
YUV74.58185.8163.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.76%
GREEN value IS 29 (11.72% from 255) = 8.76%
BLUE value IS 177 (69.53% from 255) = 53.47%
R=37.76%
G=8.76%
B=53.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125291770.290.8400.31278.9271.8440.39
Hex7D1DB11D5401F1174828
Octal175352613512403742711050
Binary111110111101101100011110110101000111111000101111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,29,177); }

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

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

 a { background-color: rgb(125,29,177); }

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

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

 span { border-color: rgb(125,29,177); }

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