#561AAF

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

Shades of Purple Heart #561AAF

Tints of Purple Heart #561AAF

Color information

#561AAF (or 0x561AAF) is unknown color: approx Purple Heart. HEX triplet: 56, 1A and AF. RGB value is (86,26,175). Sum of RGB (Red+Green+Blue) = 86+26+175=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #561AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561AAF is #A9E550. Grayscale: #3C3C3C. Windows color (decimal): -11134289 or 11475542. OLE color: 11475542.

HSL color Cylindrical-coordinate representation of color #561AAF: hue angle of 264.16º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561AAF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8626175-
CMYK0.510.8500.31
HSL264.16º74.13%39.41%-
HSV(B)264.16º85.14%68.63%-
XYZ11.955.8141.05-
YUV60.93192.38145.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 26 (10.55% from 255) = 9.06%
BLUE value IS 175 (68.75% from 255) = 60.98%
R=29.97%
G=9.06%
B=60.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86261750.510.8500.31264.1674.1339.41
Hex561AAF335501F1084a27
Octal126322576312503741011247
Binary1010110110101010111111001110101010111111000010001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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