#5D28AA

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

Shades of Purple Heart #5D28AA

Tints of Purple Heart #5D28AA

Color information

#5D28AA (or 0x5D28AA) is unknown color: approx Purple Heart. HEX triplet: 5D, 28 and AA. RGB value is (93,40,170). Sum of RGB (Red+Green+Blue) = 93+40+170=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D28AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D28AA is #A2D755. Grayscale: #464646. Windows color (decimal): -10671958 or 11151453. OLE color: 11151453.

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

Color convert

RGB9340170-
CMYK0.450.7600.33
HSL264.46º61.9%41.18%-
HSV(B)264.46º76.47%66.67%-
XYZ12.536.7538.67-
YUV70.67184.06143.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.69%
GREEN value IS 40 (16.02% from 255) = 13.20%
BLUE value IS 170 (66.80% from 255) = 56.11%
R=30.69%
G=13.20%
B=56.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93401700.450.7600.33264.4661.941.18
Hex5D28AA2D4C0211083e29
Octal13550252551140414107651
Binary10111011010001010101010110110011000100001100001000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D28AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,40,170); }

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

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

 a { background-color: rgb(93,40,170); }

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

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

 span { border-color: rgb(93,40,170); }

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