Html Css Color HEX #560BD1 Purple Heart

📋 copy color: '#560BD1'

red 86 ◦ green 11 ◦ blue 209

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

Shades of Purple Heart #560BD1

Tints of Purple Heart #560BD1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.59%

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

R = 28.1%
G = 3.59%
B = 68.3%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#560BD1 (or 0x560BD1) is known color: Purple Heart. HEX triplet: 56, 0B and D1. RGB value is (86,11,209). Sum of RGB (Red+Green+Blue) = 86+11+209=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 11 (4.69% from 255 or 3.59% from 306); Blue value is 209 (82.03% from 255 or 68.30% from 306); Max value from RGB is 209 - color contains mainly: blue. Hex color #560BD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560BD1 is #A9F42E. Grayscale: #373737. Windows color (decimal): -11138095 or 13699926. OLE color: 13699926.

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

Color convert

RGB 86 11 209 -
CMYK 0.59 0.95 0 0.18
HSL 262.73º 0.9% 0.43% -
HSV(B) 262.73º 0.95% 0.82% -
XYZ 15.47 6.82 60.82 -
YUV 56 214.35 149.4 -
System Red Green Blue C M Y K H S L
Decimal 86 11 209 0.59 0.95 0 0.18 262.73 0.9 0.43
Hex 56 B D1 3B 5F 0 12 107 5A 2B
Octal 126 13 321 73 137 0 22 407 132 53
Binary 1010110 1011 11010001 111011 1011111 0 10010 100000111 1011010 101011

Color Harmonies of #560BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560BD1

Black with #560BD1

Text Example


Text Example

White with #560BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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