#560FB7

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

Shades of Purple Heart #560FB7

Tints of Purple Heart #560FB7

Color information

#560FB7 (or 0x560FB7) is unknown color: approx Purple Heart. HEX triplet: 56, 0F and B7. RGB value is (86,15,183). Sum of RGB (Red+Green+Blue) = 86+15+183=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 183 (71.88% from 255 or 64.44% from 284); Max value from RGB is 183 - color contains mainly: blue. Hex color #560FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560FB7 is #A9F048. Grayscale: #363636. Windows color (decimal): -11137097 or 11997014. OLE color: 11997014.

HSL color Cylindrical-coordinate representation of color #560FB7: hue angle of 265.36º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560FB7 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8615183-
CMYK0.530.9200.28
HSL265.36º84.85%38.82%-
HSV(B)265.36º91.8%71.76%-
XYZ12.565.7445.25-
YUV55.38200.02149.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 15 (6.25% from 255) = 5.28%
BLUE value IS 183 (71.88% from 255) = 64.44%
R=30.28%
G=5.28%
B=64.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86151830.530.9200.28265.3684.8538.82
Hex56FB7355C01C1095527
Octal126172676513403441112547
Binary101011011111011011111010110111000111001000010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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