#560BBF

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

Shades of Purple Heart #560BBF

Tints of Purple Heart #560BBF

Color information

#560BBF (or 0x560BBF) is unknown color: approx Purple Heart. HEX triplet: 56, 0B and BF. RGB value is (86,11,191). Sum of RGB (Red+Green+Blue) = 86+11+191=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #560BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560BBF is #A9F440. Grayscale: #353535. Windows color (decimal): -11138113 or 12520278. OLE color: 12520278.

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

Color convert

RGB8611191-
CMYK0.550.9400.25
HSL265º89.11%39.61%-
HSV(B)265º94.24%74.9%-
XYZ13.365.9849.74-
YUV53.94205.35150.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 11 (4.69% from 255) = 3.82%
BLUE value IS 191 (75% from 255) = 66.32%
R=29.86%
G=3.82%
B=66.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86111910.550.9400.2526589.1139.61
Hex56BBF375E0191095928
Octal126132776713603141113150
Binary101011010111011111111011110111100110011000010011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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