Html Css Color HEX #560FBB Purple Heart

📋 copy color: '#560FBB'

red 86 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #560FBB

Tints of Purple Heart #560FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.21%

 BLUE value IS 187 (73.44% from 255) = 64.93%

R = 29.86%
G = 5.21%
B = 64.93%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#560FBB (or 0x560FBB) is known color: Purple Heart. HEX triplet: 56, 0F and BB. RGB value is (86,15,187). Sum of RGB (Red+Green+Blue) = 86+15+187=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #560FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FBB is #A9F044. Grayscale: #373737. Windows color (decimal): -11137093 or 12259158. OLE color: 12259158.

HSL color Cylindrical-coordinate representation of color #560FBB: hue angle of 264.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560FBB is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 15 187 -
CMYK 0.54 0.92 0 0.27
HSL 264.77º 0.85% 0.4% -
HSV(B) 264.77º 0.92% 0.73% -
XYZ 12.98 5.91 47.47 -
YUV 55.84 202.02 149.51 -
System Red Green Blue C M Y K H S L
Decimal 86 15 187 0.54 0.92 0 0.27 264.77 0.85 0.4
Hex 56 F BB 36 5C 0 1B 109 55 28
Octal 126 17 273 66 134 0 33 411 125 50
Binary 1010110 1111 10111011 110110 1011100 0 11011 100001001 1010101 101000

Color Harmonies of #560FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560FBB

Black with #560FBB

Text Example


Text Example

White with #560FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,15,187); }

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

background-color css

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

 a { background-color: rgb(86,15,187); }

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

border-color css

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

 span { border-color: rgb(86,15,187); }

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