#5827A9

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

Shades of Purple Heart #5827A9

Tints of Purple Heart #5827A9

Color information

#5827A9 (or 0x5827A9) is unknown color: approx Purple Heart. HEX triplet: 58, 27 and A9. RGB value is (88,39,169). Sum of RGB (Red+Green+Blue) = 88+39+169=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 169 (66.41% from 255 or 57.09% from 296); Max value from RGB is 169 - color contains mainly: blue. Hex color #5827A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5827A9 is #A7D856. Grayscale: #444444. Windows color (decimal): -10999895 or 11085656. OLE color: 11085656.

HSL color Cylindrical-coordinate representation of color #5827A9: hue angle of 262.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5827A9 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8839169-
CMYK0.480.7700.34
HSL262.62º62.5%40.78%-
HSV(B)262.62º76.92%66.27%-
XYZ11.916.3938.14-
YUV68.47184.73141.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 169 (66.41% from 255) = 57.09%
R=29.73%
G=13.18%
B=57.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88391690.480.7700.34262.6262.540.78
Hex5827A9304D0221073e29
Octal13047251601150424077651
Binary10110001001111010100111000010011010100010100000111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5827A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5827A9; }

 p { color: rgb(88,39,169); }

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

<style>
 a { background-color: #5827A9; }

 a { background-color: rgb(88,39,169); }

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

<style>
 span { border-color: #5827A9; }

 span { border-color: rgb(88,39,169); }

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