#5A13AA

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

Shades of Purple Heart #5A13AA

Tints of Purple Heart #5A13AA

Color information

#5A13AA (or 0x5A13AA) is unknown color: approx Purple Heart. HEX triplet: 5A, 13 and AA. RGB value is (90,19,170). Sum of RGB (Red+Green+Blue) = 90+19+170=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A13AA is #A5EC55. Grayscale: #383838. Windows color (decimal): -10873942 or 11146074. OLE color: 11146074.

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

Color convert

RGB9019170-
CMYK0.470.8900.33
HSL268.21º79.89%37.06%-
HSV(B)268.21º88.82%66.67%-
XYZ11.715.5438.48-
YUV57.44191.52151.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 170 (66.80% from 255) = 60.93%
R=32.26%
G=6.81%
B=60.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90191700.470.8900.33268.2179.8937.06
Hex5A13AA2F5902110c5025
Octal132232525713104141412045
Binary10110101001110101010101111101100101000011000011001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A13AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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