#5828BE

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

Shades of Purple Heart #5828BE

Tints of Purple Heart #5828BE

Color information

#5828BE (or 0x5828BE) is unknown color: approx Purple Heart. HEX triplet: 58, 28 and BE. RGB value is (88,40,190). Sum of RGB (Red+Green+Blue) = 88+40+190=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #5828BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5828BE is #A7D741. Grayscale: #464646. Windows color (decimal): -10999618 or 12462168. OLE color: 12462168.

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

Color convert

RGB8840190-
CMYK0.540.7900.25
HSL259.2º65.22%45.1%-
HSV(B)259.2º78.95%74.51%-
XYZ14.087.3149.38-
YUV71.45194.9139.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.67%
GREEN value IS 40 (16.02% from 255) = 12.58%
BLUE value IS 190 (74.61% from 255) = 59.75%
R=27.67%
G=12.58%
B=59.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88401900.540.7900.25259.265.2245.1
Hex5828BE364F019103412d
Octal130502766611703140310155
Binary10110001010001011111011011010011110110011000000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5828BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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