#5A27AA

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

Shades of Purple Heart #5A27AA

Tints of Purple Heart #5A27AA

Color information

#5A27AA (or 0x5A27AA) is unknown color: approx Purple Heart. HEX triplet: 5A, 27 and AA. RGB value is (90,39,170). Sum of RGB (Red+Green+Blue) = 90+39+170=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A27AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A27AA is #A5D855. Grayscale: #444444. Windows color (decimal): -10868822 or 11151194. OLE color: 11151194.

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

Color convert

RGB9039170-
CMYK0.470.7700.33
HSL263.36º62.68%40.98%-
HSV(B)263.36º77.06%66.67%-
XYZ12.26.5338.65-
YUV69.18184.9142.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 39 (15.62% from 255) = 13.04%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=30.10%
G=13.04%
B=56.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90391700.470.7700.33263.3662.6840.98
Hex5A27AA2F4D0211073f29
Octal13247252571150414077751
Binary10110101001111010101010111110011010100001100000111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A27AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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