Html Css Color HEX #560ED1 Purple Heart

📋 copy color: '#560ED1'

red 86 ◦ green 14 ◦ blue 209

#560ED1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #560ED1

Tints of Purple Heart #560ED1

RGB

 RED value IS 86 (33.98% from 255) = 27.83%

 GREEN value IS 14 (5.86% from 255) = 4.53%

 BLUE value IS 209 (82.03% from 255) = 67.64%

R = 27.83%
G = 4.53%
B = 67.64%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#560ED1 (or 0x560ED1) is known color: Purple Heart. HEX triplet: 56, 0E and D1. RGB value is (86,14,209). Sum of RGB (Red+Green+Blue) = 86+14+209=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 209 (82.03% from 255 or 67.64% from 309); Max value from RGB is 209 - color contains mainly: blue. Hex color #560ED1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560ED1 is #A9F12E. Grayscale: #393939. Windows color (decimal): -11137327 or 13700694. OLE color: 13700694.

HSL color Cylindrical-coordinate representation of color #560ED1: hue angle of 262.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560ED1 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 14 209 -
CMYK 0.59 0.93 0 0.18
HSL 262.15º 0.87% 0.44% -
HSV(B) 262.15º 0.93% 0.82% -
XYZ 15.5 6.9 60.84 -
YUV 57.76 213.35 148.14 -
System Red Green Blue C M Y K H S L
Decimal 86 14 209 0.59 0.93 0 0.18 262.15 0.87 0.44
Hex 56 E D1 3B 5D 0 12 106 57 2C
Octal 126 16 321 73 135 0 22 406 127 54
Binary 1010110 1110 11010001 111011 1011101 0 10010 100000110 1010111 101100

Color Harmonies of #560ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560ED1

Black with #560ED1

Text Example


Text Example

White with #560ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560ED1; }

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

 H1.HeaderClassName
 {
   color: #560ED1;
 }
 .AnyTagClassName
 {
   color: #560ED1;
 }
</style>

background-color css

<style>
 a { background-color: #560ED1; }

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

 div.DivClassName
 {
   background-color: #560ED1;
 }
 .BgClassName
 {
   background-color: #560ED1;
 }
</style>

border-color css

<style>
 span { border-color: #560ED1; }

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

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