#5925AE

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

Shades of Purple Heart #5925AE

Tints of Purple Heart #5925AE

Color information

#5925AE (or 0x5925AE) is unknown color: approx Purple Heart. HEX triplet: 59, 25 and AE. RGB value is (89,37,174). Sum of RGB (Red+Green+Blue) = 89+37+174=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #5925AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5925AE is #A6DA51. Grayscale: #434343. Windows color (decimal): -10934866 or 11412825. OLE color: 11412825.

HSL color Cylindrical-coordinate representation of color #5925AE: hue angle of 262.77º 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 #5925AE is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8937174-
CMYK0.490.7900.32
HSL262.77º64.93%41.37%-
HSV(B)262.77º78.74%68.24%-
XYZ12.426.540.64-
YUV68.17187.73142.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.67%
GREEN value IS 37 (14.84% from 255) = 12.33%
BLUE value IS 174 (68.36% from 255) = 58%
R=29.67%
G=12.33%
B=58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89371740.490.7900.32262.7764.9341.37
Hex5925AE314F0201074129
Octal131452566111704040710151
Binary101100110010110101110110001100111101000001000001111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5925AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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