#5641BC

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

Shades of Purple Heart #5641BC

Tints of Purple Heart #5641BC

Color information

#5641BC (or 0x5641BC) is unknown color: approx Purple Heart. HEX triplet: 56, 41 and BC. RGB value is (86,65,188). Sum of RGB (Red+Green+Blue) = 86+65+188=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #5641BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5641BC is #A9BE43. Grayscale: #545454. Windows color (decimal): -11124292 or 12337494. OLE color: 12337494.

HSL color Cylindrical-coordinate representation of color #5641BC: hue angle of 250.24º degrees, saturation: 0.49, 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 #5641BC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8665188-
CMYK0.540.6500.26
HSL250.24º48.62%49.61%-
HSV(B)250.24º65.43%73.73%-
XYZ14.819.3948.61-
YUV85.3185.96128.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 188 (73.83% from 255) = 55.46%
R=25.37%
G=19.17%
B=55.46%

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
Decimal86651880.540.6500.26250.2448.6249.61
Hex5641BC364101Afa3132
Octal126101274661010323726162
Binary1010110100000110111100110110100000101101011111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5641BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5641BC; }

 p { color: rgb(86,65,188); }

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

<style>
 a { background-color: #5641BC; }

 a { background-color: rgb(86,65,188); }

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

<style>
 span { border-color: #5641BC; }

 span { border-color: rgb(86,65,188); }

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