#5821AE

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

Shades of Purple Heart #5821AE

Tints of Purple Heart #5821AE

Color information

#5821AE (or 0x5821AE) is unknown color: approx Purple Heart. HEX triplet: 58, 21 and AE. RGB value is (88,33,174). Sum of RGB (Red+Green+Blue) = 88+33+174=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #5821AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5821AE is #A7DE51. Grayscale: #414141. Windows color (decimal): -11001426 or 11411800. OLE color: 11411800.

HSL color Cylindrical-coordinate representation of color #5821AE: hue angle of 263.4º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5821AE is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8833174-
CMYK0.490.8100.32
HSL263.4º68.12%40.59%-
HSV(B)263.4º81.03%68.24%-
XYZ12.216.2240.6-
YUV65.52189.22144.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 174 (68.36% from 255) = 58.98%
R=29.83%
G=11.19%
B=58.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88331740.490.8100.32263.468.1240.59
Hex5821AE31510201074429
Octal130412566112104040710451
Binary101100010000110101110110001101000101000001000001111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5821AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5821AE; }

 p { color: rgb(88,33,174); }

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

<style>
 a { background-color: #5821AE; }

 a { background-color: rgb(88,33,174); }

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

<style>
 span { border-color: #5821AE; }

 span { border-color: rgb(88,33,174); }

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