#5628CE

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

Shades of Purple Heart #5628CE

Tints of Purple Heart #5628CE

Color information

#5628CE (or 0x5628CE) is unknown color: approx Purple Heart. HEX triplet: 56, 28 and CE. RGB value is (86,40,206). Sum of RGB (Red+Green+Blue) = 86+40+206=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #5628CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5628CE is #A9D731. Grayscale: #484848. Windows color (decimal): -11130674 or 13510742. OLE color: 13510742.

HSL color Cylindrical-coordinate representation of color #5628CE: hue angle of 256.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5628CE is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8640206-
CMYK0.580.8100.19
HSL256.63º67.48%48.24%-
HSV(B)256.63º80.58%80.78%-
XYZ15.747.9559.1-
YUV72.68203.24137.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 40 (16.02% from 255) = 12.05%
BLUE value IS 206 (80.86% from 255) = 62.05%
R=25.90%
G=12.05%
B=62.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal86402060.580.8100.19256.6367.4848.24
Hex5628CE3A510131014330
Octal126503167212102340110360
Binary10101101010001100111011101010100010100111000000011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5628CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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