#5640CB

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

Shades of Purple Heart #5640CB

Tints of Purple Heart #5640CB

Color information

#5640CB (or 0x5640CB) is unknown color: approx Purple Heart. HEX triplet: 56, 40 and CB. RGB value is (86,64,203). Sum of RGB (Red+Green+Blue) = 86+64+203=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #5640CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5640CB is #A9BF34. Grayscale: #555555. Windows color (decimal): -11124533 or 13320278. OLE color: 13320278.

HSL color Cylindrical-coordinate representation of color #5640CB: hue angle of 249.5º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5640CB is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8664203-
CMYK0.580.6800.20
HSL249.5º57.2%52.35%-
HSV(B)249.5º68.47%79.61%-
XYZ16.459.9657.55-
YUV86.42193.79127.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 203 (79.69% from 255) = 57.51%
R=24.36%
G=18.13%
B=57.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal86642030.580.6800.20249.557.252.35
Hex5640CB3A44014f93934
Octal126100313721040243717164
Binary1010110100000011001011111010100010001010011111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5640CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5640CB; }

 p { color: rgb(86,64,203); }

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

<style>
 a { background-color: #5640CB; }

 a { background-color: rgb(86,64,203); }

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

<style>
 span { border-color: #5640CB; }

 span { border-color: rgb(86,64,203); }

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