#7D25B1

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

Shades of Purple Heart #7D25B1

Tints of Purple Heart #7D25B1

Color information

#7D25B1 (or 0x7D25B1) is unknown color: approx Purple Heart. HEX triplet: 7D, 25 and B1. RGB value is (125,37,177). Sum of RGB (Red+Green+Blue) = 125+37+177=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #7D25B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D25B1 is #82DA4E. Grayscale: #4E4E4E. Windows color (decimal): -8575567 or 11609469. OLE color: 11609469.

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

Color convert

RGB12537177-
CMYK0.290.7900.31
HSL277.71º65.42%41.96%-
HSV(B)277.71º79.1%69.41%-
XYZ17.058.8642.41-
YUV79.27183.15160.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 37 (14.84% from 255) = 10.91%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=36.87%
G=10.91%
B=52.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125371770.290.7900.31277.7165.4241.96
Hex7D25B11D4F01F116412a
Octal175452613511703742610152
Binary1111101100101101100011110110011110111111000101101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D25B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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