#5614D1

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

Shades of Purple Heart #5614D1

Tints of Purple Heart #5614D1

Color information

#5614D1 (or 0x5614D1) is unknown color: approx Purple Heart. HEX triplet: 56, 14 and D1. RGB value is (86,20,209). Sum of RGB (Red+Green+Blue) = 86+20+209=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 209 (82.03% from 255 or 66.35% from 315); Max value from RGB is 209 - color contains mainly: blue. Hex color #5614D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5614D1 is #A9EB2E. Grayscale: #3C3C3C. Windows color (decimal): -11135791 or 13702230. OLE color: 13702230.

HSL color Cylindrical-coordinate representation of color #5614D1: hue angle of 260.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5614D1 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8620209-
CMYK0.590.9000.18
HSL260.95º82.53%44.9%-
HSV(B)260.95º90.43%81.96%-
XYZ15.67.0860.87-
YUV61.28211.37145.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 209 (82.03% from 255) = 66.35%
R=27.30%
G=6.35%
B=66.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal86202090.590.9000.18260.9582.5344.9
Hex5614D13B5A012105532d
Octal126243217313202240512355
Binary1010110101001101000111101110110100100101000001011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5614D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5614D1; }

 p { color: rgb(86,20,209); }

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

<style>
 a { background-color: #5614D1; }

 a { background-color: rgb(86,20,209); }

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

<style>
 span { border-color: #5614D1; }

 span { border-color: rgb(86,20,209); }

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