#5A3AD8

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

Shades of Purple Heart #5A3AD8

Tints of Purple Heart #5A3AD8

Color information

#5A3AD8 (or 0x5A3AD8) is unknown color: approx Purple Heart. HEX triplet: 5A, 3A and D8. RGB value is (90,58,216). Sum of RGB (Red+Green+Blue) = 90+58+216=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #5A3AD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3AD8 is #A5C527. Grayscale: #545454. Windows color (decimal): -10863912 or 14170714. OLE color: 14170714.

HSL color Cylindrical-coordinate representation of color #5A3AD8: hue angle of 252.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A3AD8 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9058216-
CMYK0.580.7300.15
HSL252.15º66.95%53.73%-
HSV(B)252.15º73.15%84.71%-
XYZ18.1210.1665.97-
YUV85.58201.6131.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 216 (84.77% from 255) = 59.34%
R=24.73%
G=15.93%
B=59.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal90582160.580.7300.15252.1566.9553.73
Hex5A3AD83A490Ffc4336
Octal132723307211101737410366
Binary101101011101011011000111010100100101111111111001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,58,216); }

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

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

 a { background-color: rgb(90,58,216); }

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

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

 span { border-color: rgb(90,58,216); }

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