#561BA8

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

Shades of Purple Heart #561BA8

Tints of Purple Heart #561BA8

Color information

#561BA8 (or 0x561BA8) is unknown color: approx Purple Heart. HEX triplet: 56, 1B and A8. RGB value is (86,27,168). Sum of RGB (Red+Green+Blue) = 86+27+168=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 168 (66.02% from 255 or 59.79% from 281); Max value from RGB is 168 - color contains mainly: blue. Hex color #561BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561BA8 is #A9E457. Grayscale: #3C3C3C. Windows color (decimal): -11134040 or 11017046. OLE color: 11017046.

HSL color Cylindrical-coordinate representation of color #561BA8: hue angle of 265.11º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561BA8 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8627168-
CMYK0.490.8400.34
HSL265.11º72.31%38.24%-
HSV(B)265.11º83.93%65.88%-
XYZ11.35.5937.53-
YUV60.72188.55146.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 168 (66.02% from 255) = 59.79%
R=30.60%
G=9.61%
B=59.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86271680.490.8400.34265.1172.3138.24
Hex561BA831540221094826
Octal126332506112404241111046
Binary10101101101110101000110001101010001000101000010011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561BA8; }

 p { color: rgb(86,27,168); }

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

<style>
 a { background-color: #561BA8; }

 a { background-color: rgb(86,27,168); }

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

<style>
 span { border-color: #561BA8; }

 span { border-color: rgb(86,27,168); }

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