#5628B7

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

Shades of Purple Heart #5628B7

Tints of Purple Heart #5628B7

Color information

#5628B7 (or 0x5628B7) is unknown color: approx Purple Heart. HEX triplet: 56, 28 and B7. RGB value is (86,40,183). Sum of RGB (Red+Green+Blue) = 86+40+183=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #5628B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5628B7 is #A9D748. Grayscale: #454545. Windows color (decimal): -11130697 or 12003414. OLE color: 12003414.

HSL color Cylindrical-coordinate representation of color #5628B7: hue angle of 259.3º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5628B7 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8640183-
CMYK0.530.7800.28
HSL259.3º64.13%43.73%-
HSV(B)259.3º78.14%71.76%-
XYZ13.146.9145.44-
YUV70.06191.74139.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 183 (71.88% from 255) = 59.22%
R=27.83%
G=12.94%
B=59.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86401830.530.7800.28259.364.1343.73
Hex5628B7354E01C103402c
Octal126502676511603440310054
Binary10101101010001011011111010110011100111001000000111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5628B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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