#5642BD

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

Shades of Purple Heart #5642BD

Tints of Purple Heart #5642BD

Color information

#5642BD (or 0x5642BD) is unknown color: approx Purple Heart. HEX triplet: 56, 42 and BD. RGB value is (86,66,189). Sum of RGB (Red+Green+Blue) = 86+66+189=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #5642BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5642BD is #A9BD42. Grayscale: #555555. Windows color (decimal): -11124035 or 12403286. OLE color: 12403286.

HSL color Cylindrical-coordinate representation of color #5642BD: hue angle of 249.76º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5642BD is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8666189-
CMYK0.540.6500.26
HSL249.76º48.24%50%-
HSV(B)249.76º65.08%74.12%-
XYZ14.979.5549.2-
YUV86186.13128-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 189 (74.22% from 255) = 55.43%
R=25.22%
G=19.35%
B=55.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86661890.540.6500.26249.7648.2450
Hex5642BD364101Afa3032
Octal126102275661010323726062
Binary1010110100001010111101110110100000101101011111010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5642BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5642BD; }

 p { color: rgb(86,66,189); }

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

<style>
 a { background-color: #5642BD; }

 a { background-color: rgb(86,66,189); }

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

<style>
 span { border-color: #5642BD; }

 span { border-color: rgb(86,66,189); }

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