#5A27AD

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

Shades of Purple Heart #5A27AD

Tints of Purple Heart #5A27AD

Color information

#5A27AD (or 0x5A27AD) is unknown color: approx Purple Heart. HEX triplet: 5A, 27 and AD. RGB value is (90,39,173). Sum of RGB (Red+Green+Blue) = 90+39+173=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A27AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A27AD is #A5D852. Grayscale: #454545. Windows color (decimal): -10868819 or 11347802. OLE color: 11347802.

HSL color Cylindrical-coordinate representation of color #5A27AD: hue angle of 262.84º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A27AD is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9039173-
CMYK0.480.7700.32
HSL262.84º63.21%41.57%-
HSV(B)262.84º77.46%67.84%-
XYZ12.486.6440.16-
YUV69.53186.4142.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=29.80%
G=12.91%
B=57.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90391730.480.7700.32262.8463.2141.57
Hex5A27AD304D0201073f2a
Octal13247255601150404077752
Binary10110101001111010110111000010011010100000100000111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A27AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,39,173); }

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

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

 a { background-color: rgb(90,39,173); }

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

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

 span { border-color: rgb(90,39,173); }

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