#5829AB

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

Shades of Purple Heart #5829AB

Tints of Purple Heart #5829AB

Color information

#5829AB (or 0x5829AB) is unknown color: approx Purple Heart. HEX triplet: 58, 29 and AB. RGB value is (88,41,171). Sum of RGB (Red+Green+Blue) = 88+41+171=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #5829AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5829AB is #A7D654. Grayscale: #454545. Windows color (decimal): -10999381 or 11217240. OLE color: 11217240.

HSL color Cylindrical-coordinate representation of color #5829AB: hue angle of 261.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5829AB is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8841171-
CMYK0.490.7600.33
HSL261.69º61.32%41.57%-
HSV(B)261.69º76.02%67.06%-
XYZ12.176.639.16-
YUV69.87185.07140.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.33%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 171 (67.19% from 255) = 57%
R=29.33%
G=13.67%
B=57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88411710.490.7600.33261.6961.3241.57
Hex5829AB314C0211063d2a
Octal13051253611140414067552
Binary10110001010011010101111000110011000100001100000110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5829AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5829AB; }

 p { color: rgb(88,41,171); }

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

<style>
 a { background-color: #5829AB; }

 a { background-color: rgb(88,41,171); }

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

<style>
 span { border-color: #5829AB; }

 span { border-color: rgb(88,41,171); }

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