#5640C9

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

Shades of Purple Heart #5640C9

Tints of Purple Heart #5640C9

Color information

#5640C9 (or 0x5640C9) is unknown color: approx Purple Heart. HEX triplet: 56, 40 and C9. RGB value is (86,64,201). Sum of RGB (Red+Green+Blue) = 86+64+201=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #5640C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5640C9 is #A9BF36. Grayscale: #555555. Windows color (decimal): -11124535 or 13189206. OLE color: 13189206.

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

Color convert

RGB8664201-
CMYK0.570.6800.21
HSL249.64º55.92%51.96%-
HSV(B)249.64º68.16%78.82%-
XYZ16.219.8656.31-
YUV86.2192.79127.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 201 (78.91% from 255) = 57.26%
R=24.50%
G=18.23%
B=57.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86642010.570.6800.21249.6455.9251.96
Hex5640C93944015fa3834
Octal126100311711040253727064
Binary1010110100000011001001111001100010001010111111010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5640C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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