#7D1EAF

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

Shades of Purple Heart #7D1EAF

Tints of Purple Heart #7D1EAF

Color information

#7D1EAF (or 0x7D1EAF) is unknown color: approx Purple Heart. HEX triplet: 7D, 1E and AF. RGB value is (125,30,175). Sum of RGB (Red+Green+Blue) = 125+30+175=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D1EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1EAF is #82E150. Grayscale: #4A4A4A. Windows color (decimal): -8577361 or 11476605. OLE color: 11476605.

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

Color convert

RGB12530175-
CMYK0.290.8300.31
HSL279.31º70.73%40.2%-
HSV(B)279.31º82.86%68.63%-
XYZ16.668.3841.3-
YUV74.94184.47163.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.88%
GREEN value IS 30 (12.11% from 255) = 9.09%
BLUE value IS 175 (68.75% from 255) = 53.03%
R=37.88%
G=9.09%
B=53.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125301750.290.8300.31279.3170.7340.2
Hex7D1EAF1D5301F1174728
Octal175362573512303742710750
Binary111110111110101011111110110100110111111000101111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,30,175); }

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

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

 a { background-color: rgb(125,30,175); }

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

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

 span { border-color: rgb(125,30,175); }

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