#5642C1

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

Shades of Purple Heart #5642C1

Tints of Purple Heart #5642C1

Color information

#5642C1 (or 0x5642C1) is unknown color: approx Purple Heart. HEX triplet: 56, 42 and C1. RGB value is (86,66,193). Sum of RGB (Red+Green+Blue) = 86+66+193=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #5642C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5642C1 is #A9BD3E. Grayscale: #555555. Windows color (decimal): -11124031 or 12665430. OLE color: 12665430.

HSL color Cylindrical-coordinate representation of color #5642C1: hue angle of 249.45º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5642C1 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8666193-
CMYK0.550.6600.24
HSL249.45º50.6%50.78%-
HSV(B)249.45º65.8%75.69%-
XYZ15.419.7351.52-
YUV86.46188.13127.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 193 (75.78% from 255) = 55.94%
R=24.93%
G=19.13%
B=55.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86661930.550.6600.24249.4550.650.78
Hex5642C13742018f93333
Octal126102301671020303716363
Binary1010110100001011000001110111100001001100011111001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5642C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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