#561AB2

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

Shades of Purple Heart #561AB2

Tints of Purple Heart #561AB2

Color information

#561AB2 (or 0x561AB2) is unknown color: approx Purple Heart. HEX triplet: 56, 1A and B2. RGB value is (86,26,178). Sum of RGB (Red+Green+Blue) = 86+26+178=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 178 (69.92% from 255 or 61.38% from 290); Max value from RGB is 178 - color contains mainly: blue. Hex color #561AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561AB2 is #A9E54D. Grayscale: #3C3C3C. Windows color (decimal): -11134286 or 11672150. OLE color: 11672150.

HSL color Cylindrical-coordinate representation of color #561AB2: hue angle of 263.68º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561AB2 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8626178-
CMYK0.520.8500.30
HSL263.68º74.51%40%-
HSV(B)263.68º85.39%69.8%-
XYZ12.245.9342.62-
YUV61.27193.88145.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.66%
GREEN value IS 26 (10.55% from 255) = 8.97%
BLUE value IS 178 (69.92% from 255) = 61.38%
R=29.66%
G=8.97%
B=61.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86261780.520.8500.30263.6874.5140
Hex561AB2345501E1084b28
Octal126322626412503641011350
Binary1010110110101011001011010010101010111101000010001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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