#5628BF

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

Shades of Purple Heart #5628BF

Tints of Purple Heart #5628BF

Color information

#5628BF (or 0x5628BF) is unknown color: approx Purple Heart. HEX triplet: 56, 28 and BF. RGB value is (86,40,191). Sum of RGB (Red+Green+Blue) = 86+40+191=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #5628BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5628BF is #A9D740. Grayscale: #464646. Windows color (decimal): -11130689 or 12527702. OLE color: 12527702.

HSL color Cylindrical-coordinate representation of color #5628BF: hue angle of 258.28º 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 #5628BF is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8640191-
CMYK0.550.7900.25
HSL258.28º65.37%45.29%-
HSV(B)258.28º79.06%74.9%-
XYZ147.2649.95-
YUV70.97195.74138.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 191 (75% from 255) = 60.25%
R=27.13%
G=12.62%
B=60.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86401910.550.7900.25258.2865.3745.29
Hex5628BF374F019102412d
Octal126502776711703140210155
Binary10101101010001011111111011110011110110011000000101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5628BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5628BF; }

 p { color: rgb(86,40,191); }

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

<style>
 a { background-color: #5628BF; }

 a { background-color: rgb(86,40,191); }

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

<style>
 span { border-color: #5628BF; }

 span { border-color: rgb(86,40,191); }

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