#560BB4

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

Shades of Purple Heart #560BB4

Tints of Purple Heart #560BB4

Color information

#560BB4 (or 0x560BB4) is unknown color: approx Purple Heart. HEX triplet: 56, 0B and B4. RGB value is (86,11,180). Sum of RGB (Red+Green+Blue) = 86+11+180=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #560BB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560BB4 is #A9F44B. Grayscale: #343434. Windows color (decimal): -11138124 or 11799382. OLE color: 11799382.

HSL color Cylindrical-coordinate representation of color #560BB4: hue angle of 266.63º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560BB4 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8611180-
CMYK0.520.9400.29
HSL266.63º88.48%37.45%-
HSV(B)266.63º93.89%70.59%-
XYZ12.25.5143.6-
YUV52.69199.85151.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 11 (4.69% from 255) = 3.97%
BLUE value IS 180 (70.70% from 255) = 64.98%
R=31.05%
G=3.97%
B=64.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86111800.520.9400.29266.6388.4837.45
Hex56BB4345E01D10b5825
Octal126132646413603541313045
Binary101011010111011010011010010111100111011000010111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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