#5B25AE

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

Shades of Purple Heart #5B25AE

Tints of Purple Heart #5B25AE

Color information

#5B25AE (or 0x5B25AE) is unknown color: approx Purple Heart. HEX triplet: 5B, 25 and AE. RGB value is (91,37,174). Sum of RGB (Red+Green+Blue) = 91+37+174=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B25AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B25AE is #A4DA51. Grayscale: #444444. Windows color (decimal): -10803794 or 11412827. OLE color: 11412827.

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

Color convert

RGB9137174-
CMYK0.480.7900.32
HSL263.65º64.93%41.37%-
HSV(B)263.65º78.74%68.24%-
XYZ12.626.640.65-
YUV68.76187.39143.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.13%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 174 (68.36% from 255) = 57.62%
R=30.13%
G=12.25%
B=57.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91371740.480.7900.32263.6564.9341.37
Hex5B25AE304F0201084129
Octal133452566011704041010151
Binary101101110010110101110110000100111101000001000010001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B25AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B25AE; }

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

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

<style>
 a { background-color: #5B25AE; }

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

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

<style>
 span { border-color: #5B25AE; }

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

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