#561CC0

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

Shades of Purple Heart #561CC0

Tints of Purple Heart #561CC0

Color information

#561CC0 (or 0x561CC0) is unknown color: approx Purple Heart. HEX triplet: 56, 1C and C0. RGB value is (86,28,192). Sum of RGB (Red+Green+Blue) = 86+28+192=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 192 (75.39% from 255 or 62.75% from 306); Max value from RGB is 192 - color contains mainly: blue. Hex color #561CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561CC0 is #A9E33F. Grayscale: #3F3F3F. Windows color (decimal): -11133760 or 12590166. OLE color: 12590166.

HSL color Cylindrical-coordinate representation of color #561CC0: hue angle of 261.22º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561CC0 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8628192-
CMYK0.550.8500.25
HSL261.22º74.55%43.14%-
HSV(B)261.22º85.42%75.29%-
XYZ13.776.6150.42-
YUV64.04200.22143.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 28 (11.33% from 255) = 9.15%
BLUE value IS 192 (75.39% from 255) = 62.75%
R=28.10%
G=9.15%
B=62.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86281920.550.8500.25261.2274.5543.14
Hex561CC037550191054b2b
Octal126343006712503140511353
Binary1010110111001100000011011110101010110011000001011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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