#561ACA

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

Shades of Purple Heart #561ACA

Tints of Purple Heart #561ACA

Color information

#561ACA (or 0x561ACA) is unknown color: approx Purple Heart. HEX triplet: 56, 1A and CA. RGB value is (86,26,202). Sum of RGB (Red+Green+Blue) = 86+26+202=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #561ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561ACA is #A9E535. Grayscale: #3F3F3F. Windows color (decimal): -11134262 or 13245014. OLE color: 13245014.

HSL color Cylindrical-coordinate representation of color #561ACA: hue angle of 260.45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561ACA is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8626202-
CMYK0.570.8700.21
HSL260.45º77.19%44.71%-
HSV(B)260.45º87.13%79.22%-
XYZ14.876.9856.44-
YUV64205.88143.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 26 (10.55% from 255) = 8.28%
BLUE value IS 202 (79.30% from 255) = 64.33%
R=27.39%
G=8.28%
B=64.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86262020.570.8700.21260.4577.1944.71
Hex561ACA39570151044d2d
Octal126323127112702540411555
Binary1010110110101100101011100110101110101011000001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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