#5a15a5

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

Shades of Purple Heart #5A15A5

Tints of Purple Heart #5A15A5

Color information

#5A15A5 (or 0x5A15A5) is unknown color: approx Purple Heart. HEX triplet: 5A, 15 and A5. RGB value is (90,21,165). Sum of RGB (Red+Green+Blue) = 90+21+165=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #5A15A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A15A5 is #A5EA5A. Grayscale: #393939. Windows color (decimal): -10873435 or 10818906. OLE color: 10818906.

HSL color Cylindrical-coordinate representation of color #5A15A5: hue angle of 268.75º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A15A5 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9021165-
CMYK0.450.8700.35
HSL268.75º77.42%36.47%-
HSV(B)268.75º87.27%64.71%-
XYZ11.285.4336.05-
YUV58.05188.36150.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.61%
GREEN value IS 21 (8.59% from 255) = 7.61%
BLUE value IS 165 (64.84% from 255) = 59.78%
R=32.61%
G=7.61%
B=59.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90211650.450.8700.35268.7577.4236.47
Hex5A15A52D5702310d4d24
Octal132252455512704341511544
Binary10110101010110100101101101101011101000111000011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a15a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,21,165); }

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

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

 a { background-color: rgb(90,21,165); }

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

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

 span { border-color: rgb(90,21,165); }

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