#5A25AC

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

Shades of Purple Heart #5A25AC

Tints of Purple Heart #5A25AC

Color information

#5A25AC (or 0x5A25AC) is unknown color: approx Purple Heart. HEX triplet: 5A, 25 and AC. RGB value is (90,37,172). Sum of RGB (Red+Green+Blue) = 90+37+172=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A25AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A25AC is #A5DA53. Grayscale: #434343. Windows color (decimal): -10869332 or 11281754. OLE color: 11281754.

HSL color Cylindrical-coordinate representation of color #5A25AC: hue angle of 263.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A25AC is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9037172-
CMYK0.480.7800.33
HSL263.56º64.59%40.98%-
HSV(B)263.56º78.49%67.45%-
XYZ12.326.4839.63-
YUV68.24186.56143.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 172 (67.58% from 255) = 57.53%
R=30.10%
G=12.37%
B=57.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90371720.480.7800.33263.5664.5940.98
Hex5A25AC304E0211084129
Octal132452546011604141010151
Binary101101010010110101100110000100111001000011000010001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A25AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,37,172); }

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

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

 a { background-color: rgb(90,37,172); }

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

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

 span { border-color: rgb(90,37,172); }

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