#561AC0

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

Shades of Purple Heart #561AC0

Tints of Purple Heart #561AC0

Color information

#561AC0 (or 0x561AC0) is unknown color: approx Purple Heart. HEX triplet: 56, 1A and C0. RGB value is (86,26,192). Sum of RGB (Red+Green+Blue) = 86+26+192=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #561AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561AC0 is #A9E53F. Grayscale: #3E3E3E. Windows color (decimal): -11134272 or 12589654. OLE color: 12589654.

HSL color Cylindrical-coordinate representation of color #561AC0: hue angle of 261.69º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561AC0 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8626192-
CMYK0.550.8600.25
HSL261.69º76.15%42.75%-
HSV(B)261.69º86.46%75.29%-
XYZ13.726.5250.41-
YUV62.86200.88144.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 26 (10.55% from 255) = 8.55%
BLUE value IS 192 (75.39% from 255) = 63.16%
R=28.29%
G=8.55%
B=63.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86261920.550.8600.25261.6976.1542.75
Hex561AC037560191064c2b
Octal126323006712603140611453
Binary1010110110101100000011011110101100110011000001101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,26,192); }

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

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

 a { background-color: rgb(86,26,192); }

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

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

 span { border-color: rgb(86,26,192); }

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