#561AD7

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

Shades of Purple Heart #561AD7

Tints of Purple Heart #561AD7

Color information

#561AD7 (or 0x561AD7) is unknown color: approx Purple Heart. HEX triplet: 56, 1A and D7. RGB value is (86,26,215). Sum of RGB (Red+Green+Blue) = 86+26+215=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 215 (84.38% from 255 or 65.75% from 327); Max value from RGB is 215 - color contains mainly: blue. Hex color #561AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561AD7 is #A9E528. Grayscale: #404040. Windows color (decimal): -11134249 or 14096982. OLE color: 14096982.

HSL color Cylindrical-coordinate representation of color #561AD7: hue angle of 259.05º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561AD7 is Cyan = 0.6, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8626215-
CMYK0.60.8800.16
HSL259.05º78.42%47.25%-
HSV(B)259.05º87.91%84.31%-
XYZ16.477.6264.89-
YUV65.49212.38142.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 26 (10.55% from 255) = 7.95%
BLUE value IS 215 (84.38% from 255) = 65.75%
R=26.30%
G=7.95%
B=65.75%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal86262150.60.8800.16259.0578.4247.25
Hex561AD73C580101034e2f
Octal126323277413002040311657
Binary1010110110101101011111110010110000100001000000111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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