#5828AB

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

Shades of Purple Heart #5828AB

Tints of Purple Heart #5828AB

Color information

#5828AB (or 0x5828AB) is unknown color: approx Purple Heart. HEX triplet: 58, 28 and AB. RGB value is (88,40,171). Sum of RGB (Red+Green+Blue) = 88+40+171=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #5828AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5828AB is #A7D754. Grayscale: #444444. Windows color (decimal): -10999637 or 11216984. OLE color: 11216984.

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

Color convert

RGB8840171-
CMYK0.490.7700.33
HSL261.98º62.09%41.37%-
HSV(B)261.98º76.61%67.06%-
XYZ12.136.5339.15-
YUV69.29185.4141.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=29.43%
G=13.38%
B=57.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88401710.490.7700.33261.9862.0941.37
Hex5828AB314D0211063e29
Octal13050253611150414067651
Binary10110001010001010101111000110011010100001100000110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5828AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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