#5828BB

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

Shades of Purple Heart #5828BB

Tints of Purple Heart #5828BB

Color information

#5828BB (or 0x5828BB) is unknown color: approx Purple Heart. HEX triplet: 58, 28 and BB. RGB value is (88,40,187). Sum of RGB (Red+Green+Blue) = 88+40+187=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #5828BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5828BB is #A7D744. Grayscale: #464646. Windows color (decimal): -10999621 or 12265560. OLE color: 12265560.

HSL color Cylindrical-coordinate representation of color #5828BB: hue angle of 259.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5828BB is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8840187-
CMYK0.530.7900.27
HSL259.59º64.76%44.51%-
HSV(B)259.59º78.61%73.33%-
XYZ13.757.1847.67-
YUV71.11193.4140.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 187 (73.44% from 255) = 59.37%
R=27.94%
G=12.70%
B=59.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88401870.530.7900.27259.5964.7644.51
Hex5828BB354F01B104412d
Octal130502736511703340410155
Binary10110001010001011101111010110011110110111000001001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5828BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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