#561EA5

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

Shades of Purple Heart #561EA5

Tints of Purple Heart #561EA5

Color information

#561EA5 (or 0x561EA5) is unknown color: approx Purple Heart. HEX triplet: 56, 1E and A5. RGB value is (86,30,165). Sum of RGB (Red+Green+Blue) = 86+30+165=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #561EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561EA5 is #A9E15A. Grayscale: #3D3D3D. Windows color (decimal): -11133275 or 10821206. OLE color: 10821206.

HSL color Cylindrical-coordinate representation of color #561EA5: hue angle of 264.89º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561EA5 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8630165-
CMYK0.480.8200.35
HSL264.89º69.23%38.24%-
HSV(B)264.89º81.82%64.71%-
XYZ11.095.6236.1-
YUV62.13186.05145.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 165 (64.84% from 255) = 58.72%
R=30.60%
G=10.68%
B=58.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86301650.480.8200.35264.8969.2338.24
Hex561EA530520231094526
Octal126362456012204341110546
Binary10101101111010100101110000101001001000111000010011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,30,165); }

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

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

 a { background-color: rgb(86,30,165); }

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

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

 span { border-color: rgb(86,30,165); }

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