#561CAE

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

Shades of Purple Heart #561CAE

Tints of Purple Heart #561CAE

Color information

#561CAE (or 0x561CAE) is unknown color: approx Purple Heart. HEX triplet: 56, 1C and AE. RGB value is (86,28,174). Sum of RGB (Red+Green+Blue) = 86+28+174=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #561CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561CAE is #A9E351. Grayscale: #3D3D3D. Windows color (decimal): -11133778 or 11410518. OLE color: 11410518.

HSL color Cylindrical-coordinate representation of color #561CAE: hue angle of 263.84º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561CAE is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8628174-
CMYK0.510.8400.32
HSL263.84º72.28%39.61%-
HSV(B)263.84º83.91%68.24%-
XYZ11.895.8640.55-
YUV61.99191.22145.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 28 (11.33% from 255) = 9.72%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=29.86%
G=9.72%
B=60.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86281740.510.8400.32263.8472.2839.61
Hex561CAE33540201084828
Octal126342566312404041011050
Binary10101101110010101110110011101010001000001000010001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,28,174); }

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

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

 a { background-color: rgb(86,28,174); }

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

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

 span { border-color: rgb(86,28,174); }

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