#561CAF

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

Shades of Purple Heart #561CAF

Tints of Purple Heart #561CAF

Color information

#561CAF (or 0x561CAF) is unknown color: approx Purple Heart. HEX triplet: 56, 1C and AF. RGB value is (86,28,175). Sum of RGB (Red+Green+Blue) = 86+28+175=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #561CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561CAF is #A9E350. Grayscale: #3D3D3D. Windows color (decimal): -11133777 or 11476054. OLE color: 11476054.

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

Color convert

RGB8628175-
CMYK0.510.8400.31
HSL263.67º72.41%39.8%-
HSV(B)263.67º84%68.63%-
XYZ11.995.941.07-
YUV62.1191.72145.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 28 (11.33% from 255) = 9.69%
BLUE value IS 175 (68.75% from 255) = 60.55%
R=29.76%
G=9.69%
B=60.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86281750.510.8400.31263.6772.4139.8
Hex561CAF335401F1084828
Octal126342576312403741011050
Binary1010110111001010111111001110101000111111000010001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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