#7925AE

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

Shades of Purple Heart #7925AE

Tints of Purple Heart #7925AE

Color information

#7925AE (or 0x7925AE) is unknown color: approx Purple Heart. HEX triplet: 79, 25 and AE. RGB value is (121,37,174). Sum of RGB (Red+Green+Blue) = 121+37+174=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #7925AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7925AE is #86DA51. Grayscale: #4D4D4D. Windows color (decimal): -8837714 or 11412857. OLE color: 11412857.

HSL color Cylindrical-coordinate representation of color #7925AE: hue angle of 276.79º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7925AE is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12137174-
CMYK0.300.7900.32
HSL276.79º64.93%41.37%-
HSV(B)276.79º78.74%68.24%-
XYZ16.198.4440.82-
YUV77.73182.33158.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 37 (14.84% from 255) = 11.14%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=36.45%
G=11.14%
B=52.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121371740.300.7900.32276.7964.9341.37
Hex7925AE1E4F0201154129
Octal171452563611704042510151
Binary11110011001011010111011110100111101000001000101011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7925AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7925AE; }

 p { color: rgb(121,37,174); }

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

<style>
 a { background-color: #7925AE; }

 a { background-color: rgb(121,37,174); }

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

<style>
 span { border-color: #7925AE; }

 span { border-color: rgb(121,37,174); }

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