#5828b2

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

Shades of Purple Heart #5828B2

Tints of Purple Heart #5828B2

Color information

#5828B2 (or 0x5828B2) is unknown color: approx Purple Heart. HEX triplet: 58, 28 and B2. RGB value is (88,40,178). Sum of RGB (Red+Green+Blue) = 88+40+178=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #5828B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5828B2 is #A7D74D. Grayscale: #454545. Windows color (decimal): -10999630 or 11675736. OLE color: 11675736.

HSL color Cylindrical-coordinate representation of color #5828B2: hue angle of 260.87º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5828B2 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8840178-
CMYK0.510.7800.30
HSL260.87º63.3%42.75%-
HSV(B)260.87º77.53%69.8%-
XYZ12.826.8142.76-
YUV70.08188.9140.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 178 (69.92% from 255) = 58.17%
R=28.76%
G=13.07%
B=58.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal88401780.510.7800.30260.8763.342.75
Hex5828B2334E01E1053f2b
Octal13050262631160364057753
Binary1011000101000101100101100111001110011110100000101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5828b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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