Html Css Color HEX #560DBF Purple Heart

📋 copy color: '#560DBF'

red 86 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #560DBF

Tints of Purple Heart #560DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.48%

 BLUE value IS 191 (75% from 255) = 65.86%

R = 29.66%
G = 4.48%
B = 65.86%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#560DBF (or 0x560DBF) is known color: Purple Heart. HEX triplet: 56, 0D and BF. RGB value is (86,13,191). Sum of RGB (Red+Green+Blue) = 86+13+191=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #560DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560DBF is #A9F240. Grayscale: #363636. Windows color (decimal): -11137601 or 12520790. OLE color: 12520790.

HSL color Cylindrical-coordinate representation of color #560DBF: hue angle of 264.61º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560DBF is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 13 191 -
CMYK 0.55 0.93 0 0.25
HSL 264.61º 0.87% 0.4% -
HSV(B) 264.61º 0.93% 0.75% -
XYZ 13.39 6.03 49.75 -
YUV 55.12 204.68 150.03 -
System Red Green Blue C M Y K H S L
Decimal 86 13 191 0.55 0.93 0 0.25 264.61 0.87 0.4
Hex 56 D BF 37 5D 0 19 109 57 28
Octal 126 15 277 67 135 0 31 411 127 50
Binary 1010110 1101 10111111 110111 1011101 0 11001 100001001 1010111 101000

Color Harmonies of #560DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560DBF

Black with #560DBF

Text Example


Text Example

White with #560DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,13,191); }

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

background-color css

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

 a { background-color: rgb(86,13,191); }

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

border-color css

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

 span { border-color: rgb(86,13,191); }

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